Module oid

Module oid 

Source
Expand description

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

Structs§

ObjectId
A wrapper around a raw 12-byte ObjectId.

Enums§

Error
Errors that can occur during ObjectId construction and generation.

Type Aliases§

Result
Alias for Result<T, oid::Error>.