Skip to main content

opt_value

Function opt_value 

Source
fn opt_value(args: &CallArgs<'_>, name: &str, pos: usize) -> RValue
Expand description

Extract an optional RValue from args by name or position, returning NULL if absent.