Skip to main content

bool_from_int

Function bool_from_int 

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