Function str2bool

Source
fn str2bool<'de, V>(value: &str, visitor: V) -> Result<V::Value, DeError>
where V: Visitor<'de>,