IniToBool

Trait IniToBool 

Source
pub trait IniToBool {
    // Required method
    fn to_bool(&self) -> bool;
}
Expand description

Trait to convert a string to a boolean

Required Methods§

Source

fn to_bool(&self) -> bool

Implementations on Foreign Types§

Source§

impl IniToBool for &str

Source§

fn to_bool(&self) -> bool

Implementors§