Skip to main content

bool_from_string

Function bool_from_string 

Source
pub fn bool_from_string(
    _: &'_ mut dyn EvalContext,
    a: &[ExprValue],
) -> Result<ExprValue, ExpressionError>