bool_from_string

Function bool_from_string 

Source
pub fn bool_from_string<'de, D>(de: D) -> Result<bool, D::Error>
where D: Deserializer<'de>,