pub trait IniToBool { // Required method fn to_bool(&self) -> bool; }
Trait to convert a string to a boolean