Function bool_check_formatter

Source
pub fn bool_check_formatter(
    b: &dyn ToString,
    colored: bool,
) -> Result<(String, bool)>