Skip to main content

extract_fail_fast

Function extract_fail_fast 

Source
fn extract_fail_fast(
    named: &[(String, RValue)],
) -> (bool, Vec<(String, RValue)>)
Expand description

Extract fail_fast from named args and return the remaining named args. Default is false (collect all errors).