pub fn validate_optional_non_zero<'de, D>(
    d: D
) -> Result<Option<Uint>, D::Error> where
    D: Deserializer<'de>, 
Expand description

Deserialize and validate that the value is non-zero