Skip to main content

execute_boolean_condition

Function execute_boolean_condition 

Source
fn execute_boolean_condition(
    context: &CommandContext<CommandSource, SteelCommandRuntime>,
    expected: bool,
    matches: bool,
) -> Result<i32, CommandSyntaxError>