Instance Propertyswift-bson 0.3.1BSONABI
description
BSON.InputError.swift:25var 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 InputError
A parser did not receive the expected amount of input.
@frozen enum BSON
The namespace for all BSON types.
@frozen struct String
A Unicode string value that is a collection of characters.
init(expected: Expectation, encountered: Int = 0)
let encountered: Int
The number of bytes available in the input.
let expected: Expectation
What the input should have yielded.
@frozen enum Expectation