Instance Methodswift-bson 0.3.1BSONEncoding->BSONABI
callAsFunction(_:yield:)
A shorthand for binding this field encoder to a DocumentEncoder
.
mutating func callAsFunction<CodingKey>(_: CodingKey.Type, yield: (inout BSON.DocumentEncoder<CodingKey>) -> ()) where CodingKey : RawRepresentable, CodingKey.RawValue == String