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.

BSONBinaryDecodable.swift:14
init(bson: BSON.AnyValue) throws