Instance Methodswift-bson 0.3.1BSONDecoding->BSONABI
next
BSON.DocumentDecoder.Iterator.swift:19mutating func next() -> BSON.FieldDecoder<CodingKey>?
mutating func next() -> BSON.FieldDecoder<CodingKey>?
s7BSONABI4BSONO12BSONDecodingE15DocumentDecoderV8IteratorV4nextAcDE05FieldE0Vy_xGSgyF
What are these?1KDTC
import BSONDecoding
import BSONABI
Models the BSON type system and the binary interface of the BSON serialization format.
@frozen struct Iterator
@frozen enum BSON
The namespace for all BSON types.
@frozen struct DocumentDecoder<CodingKey> where CodingKey : Hashable, CodingKey : RawRepresentable, CodingKey : Sendable, CodingKey.RawValue == String
A thin wrapper around a native Swift dictionary providing an efficient decoding interface for a Document
.
@frozen struct FieldDecoder<Key> where Key : Sendable