Type Aliasswift-mongodb 0.29.3MongoQL->Mongo
Batch
Mongo.SingleBatch.swift:17typealias Batch = [Element]
typealias Batch = [Element]
where Element:BSONDecodable, Element:Sendable
import Mongo
A single-type module that declares the Mongo
namespace.
import MongoQL
@frozen enum SingleBatch<Element> where Element : BSONDecodable, Element : Sendable
enum Mongo
protocol BSONDecodable
A type that can be decoded from a BSON variant value backed by some type of storage not particular to the decoded type.
protocol Sendable
static func decode(reply bson: BSON.DocumentDecoder<BSON.Key>) throws -> [Element]
typealias BatchElement = Element
typealias Stride = Never
typealias Tailing = Never