Expand description
Module containing functionality related to BSON DateTimes.
For more information, see the documentation for the DateTime
type.
Structs§
- Date
Time - Struct representing a BSON datetime. Note: BSON datetimes have millisecond precision.
- Date
Time Builder - Builder for constructing a BSON
DateTime
Enums§
Type Aliases§
- Result
- Alias for
Result<T, DateTime::Error>