Function string_or_u32

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