Protocolswift-bson 0.3.1BSONDecoding
BSONStringDecodable
A type that can be decoded from a BSON UTF-8 string. Javascript sources count as UTF-8 strings, from the perspective of this protocol. This protocol exists to allow types that also conform to LosslessStringConvertible
to opt-in to automatic BSONDecodable
conformance as well.
protocol BSONStringDecodable : BSONDecodable
Browse conforming types