fn extract_fail_fast( named: &[(String, RValue)], ) -> (bool, Vec<(String, RValue)>)
Extract fail_fast from named args and return the remaining named args. Default is false (collect all errors).
fail_fast
false