Module timestamp

Module timestamp 

Source
Expand description

MessagePack timestamp extension values.

Structs§

Timestamp32
Represents timestamp 32 extension type. This stores 32bit unsigned seconds
Timestamp64
Represents timestamp 64 extension type. This stores 34bit unsigned seconds and 30bit nanoseconds
Timestamp96
Represents timestamp 96 extension type. This stores 64bit signed seconds and 32bit nanoseconds

Enums§

ConstructTimestampError
seconds or nanos cannot be represented
TryFromTimestampError
The error type returned when a checked extension conversion fails