protocol BSONRepresentable<BSONRepresentation>
s7BSONABI17BSONRepresentableP
7Y0QA
import BSONABI
Models the BSON type system and the binary interface of the BSON serialization format.
associatedtype BSONRepresentation
init(_ bson: BSONRepresentation)
var bson: BSONRepresentation { get }