pub fn bool_to_int<'de, D>(de: D) -> Result<i32, D::Error>where
    D: Deserializer<'de>,
Expand description

WoT sometimes uses int and boolean interchangeably for the same field and we can’t have that