Instance Propertyswift-bson 0.3.1BSONDecoding->BSONABI
description
BSON.ValueError.swift:24var description: String { get }
var description: String { get }
s7BSONABI4BSONO12BSONDecodingE10ValueErrorV11descriptionSSvp
What are these?1LQOG
where Value:Sendable
import BSONDecoding
import BSONABI
Models the BSON type system and the binary interface of the BSON serialization format.
@frozen struct ValueError<Value, Cases> where Value : Sendable
A decoder successfully to cast a variant to an expected value type, but it was not a valid case of the expected destination type.
@frozen enum BSON
The namespace for all BSON types.
@frozen struct String
A Unicode string value that is a collection of characters.
protocol Sendable