Instance Propertyswift-bson 0.3.1BSONABI
description
BSON.HeaderError.swift:19var description: String { get }
var description: String { get }
where Frame:BSON.BufferFrameType
import BSONABI
Models the BSON type system and the binary interface of the BSON serialization format.
@frozen struct HeaderError<Frame> where Frame : BSON.BufferFrameType
@frozen enum BSON
The namespace for all BSON types.
@frozen struct String
A Unicode string value that is a collection of characters.
protocol BufferFrameType
A type that specifies the layout of a variable-length BSON view. Parsers use conforming types to decide how to interpret BSON length headers read from input data.