Function zero_floor

Source
pub fn zero_floor<'de, D: Deserializer<'de>>(
    de: D,
) -> Result<Option<i64>, D::Error>
Expand description

Deserialization function for the floor field of County addresses. The County records single floor buildings as floor zero, whereas the City records floor numbers for multistory buildings and leaves the floor field empty for single story structures.