Skip to main content

named_bool

Function named_bool 

Source
fn named_bool(named: &[(String, RValue)], key: &str, default: bool) -> bool
Expand description

Check whether a named argument is a truthy boolean (default default).