fn str_or_u64<'de, D>(deserializer: D) -> Result<u64, D::Error>where
D: Deserializer<'de>,Expand description
FIXME(discord9): workaround for serde issue: https://github.com/serde-rs/json/issues/1254
fn str_or_u64<'de, D>(deserializer: D) -> Result<u64, D::Error>where
D: Deserializer<'de>,FIXME(discord9): workaround for serde issue: https://github.com/serde-rs/json/issues/1254