pub fn to_bool<'de, D>(deserializer: D) -> Result<bool, D::Error>where
D: Deserializer<'de>,
Expand description
Deserialize string to Boolean
pub fn to_bool<'de, D>(deserializer: D) -> Result<bool, D::Error>where
D: Deserializer<'de>,
Deserialize string to Boolean