pub fn deserialize_option_vec_u64<'de, D: Deserializer<'de>>( d: D, ) -> Result<Option<Vec<u64>>, D::Error>
Deserialize Option<Vec<u64>> where each element may be a number or string.
Option<Vec<u64>>