use ;
/// Strategy used for generating or interpreting document IDs in a collection.
///
/// - `Uuid`: use UUID strings for the document id.
/// - `Int`: use incrementing integers for the document id.
/// - `None`: no automatic id generation; caller must provide an id in the document.