Skip to main content

coerce_arg

Function coerce_arg 

Source
pub fn coerce_arg<T: CoerceArg>(
    val: &RValue,
    param_name: &str,
) -> Result<T, RError>
Expand description

Helper called by FromArgs derive-generated code.