Initializer (Default implementation)swift-bson 0.3.1BSONDecoding
init(bson:)
Attempts to cast the given variant value to a binary array, and then delegates to this type’s init(bson:)
witness.
init(bson: BSON.AnyValue) throws
Attempts to cast the given variant value to a binary array, and then delegates to this type’s init(bson:)
witness.
init(bson: BSON.AnyValue) throws