Module bson::oid

source ·
Expand description

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

Structs§

  • A wrapper around a raw 12-byte ObjectId.

Enums§

  • Errors that can occur during ObjectId construction and generation.

Type Aliases§

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