Protocolswift-mongodb 0.27.0BSONDecoding
BSONDocumentDecodable
A type that can be decoded from a BSON dictionary-decoder.
BSONDocumentDecodable.swift:3protocol BSONDocumentDecodable<CodingKey> : BSONDecodable
Supertypes
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.