pub fn deserialize<'de, De, N: Deserialize<'de>, const D: u64>(
d: De,
) -> Result<DivInt<N, D>, De::Error>where
De: Deserializer<'de>,Available on crate feature
serde only.Expand description
Serde deserializer function for DivInt that expects the numerator as the deserialized.