Instance Propertyswift-bson 0.3.1BSONABI
description
BSON.TypecastError.swift:20var description: String { get }
var description: String { get }
import BSONABI
Models the BSON type system and the binary interface of the BSON serialization format.
@frozen struct TypecastError<Value>
A decoder failed to cast a variant to an expected value type.
@frozen enum BSON
The namespace for all BSON types.
@frozen struct String
A Unicode string value that is a collection of characters.
init(invalid variant: AnyType)
let variant: AnyType