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.

BSONStringDecodable.swift:6
protocol BSONStringDecodable : BSONDecodable
Browse conforming types