Type Aliasswift-mongodb 0.29.3MongoQL->Mongo
ID
Mongo.Existing.swift:13typealias ID = Never
typealias ID = Never
import Mongo
A single-type module that declares the Mongo
namespace.
import MongoQL
@frozen enum Existing<Document> where Document : BSONDecodable, Document : Sendable
enum Mongo
@frozen enum Never
A type that has no values and can’t be constructed.
static var upsert: Bool { get }
typealias Phase = Mongo.UpdatePhase
typealias Value = Document?