[][src]Function ruma_serde::time::ms_since_unix_epoch::deserialize

pub fn deserialize<'de, D>(deserializer: D) -> Result<SystemTime, D::Error> where
    D: Deserializer<'de>, 

Deserializes a SystemTime.

Will fail if integer is greater than the maximum integer that can be unambiguously represented by an f64.