Module datetime

Module datetime 

Source
Expand description

Module containing functionality related to BSON DateTimes. For more information, see the documentation for the DateTime type.

Structs§

DateTime
Struct representing a BSON datetime. Note: BSON datetimes have millisecond precision.
DateTimeBuilder
Builder for constructing a BSON DateTime

Enums§

Error
Errors that can occur during DateTime construction and generation.

Type Aliases§

Result
Alias for Result<T, DateTime::Error>