Required Initializerswift-bson 0.3.1BSONDecoding
init(bson:)
Initializes an instance of this type from the given binary array, validating the subtype if the conforming type performs type checking.
init(bson: BSON.BinaryDecoder) throws
Initializes an instance of this type from the given binary array, validating the subtype if the conforming type performs type checking.
init(bson: BSON.BinaryDecoder) throws