Skip to main content

try_extract_doubles

Function try_extract_doubles 

Source
fn try_extract_doubles(
    value: Option<&RValue>,
) -> Result<Option<Vec<f64>>, RError>
Expand description

Try to extract a double vector from an optional RValue.