Function serde_utils::num::from_int_or_hex_to_u64_opt
source · pub fn from_int_or_hex_to_u64_opt<'de, D>(
deserializer: D
) -> Result<Option<U64>, D::Error>where
D: Deserializer<'de>,
Expand description
Deserializes the input into an Option<U64>
, using
from_int_or_hex_to_u64
to deserialize the inner value.