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§
- Construct
Timestamp Error seconds
ornanos
cannot be represented- TryFrom
Timestamp Error - The error type returned when a checked extension conversion fails