Function bool_from_str

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