[][src]Module ruma_serde::time

De-/serialization functions for std::time::SystemTime objects

Modules

ms_since_unix_epoch

De-/serialization functions for std::time::SystemTime objects represented as milliseconds since the UNIX epoch. Delegates to js_int::UInt to ensure integer size is within bounds.

opt_ms_since_unix_epoch

De-/serialization functions for Option<std::time::SystemTime> objects represented as milliseconds since the UNIX epoch. Delegates to js_int::UInt to ensure integer size is within bounds.