Initializerswift-bson 0.3.1BSONDecoding->Swift
init(bson:)
Optional (ext).swift:4init(bson: BSON.AnyValue) throws
init(bson: BSON.AnyValue) throws
sSq12BSONDecodingAA13BSONDecodableRzlE4bsonxSg7BSONABI4BSONO8AnyValueO_tKcfc
What are these?9DX15
where Wrapped:BSONDecodable
import BSONDecoding
import Swift
@frozen enum Optional<Wrapped> where Wrapped : ~Copyable
A type that represents either a wrapped value or the absence of a value.
@frozen enum BSON
The namespace for all BSON types.
@frozen enum AnyValue
Any BSON value.
protocol BSONDecodable
A type that can be decoded from a BSON variant value backed by some type of storage not particular to the decoded type.