Skip to main content

decode_legacy_system_time_from_finite_reader

Function decode_legacy_system_time_from_finite_reader 

Source
pub fn decode_legacy_system_time_from_finite_reader<D: Read>(
    decoder: &mut D,
    modules: &ModuleDecoderRegistry,
) -> Result<SystemTime, DecodeError>
Expand description

Decodes a timestamp from the legacy (seconds, nanoseconds) representation.

Existing encoded types use this only to preserve their stored representation.