Instance Propertyswift-bson 0.3.1BSONDecoding->BSONABI
value
BSON.ValueError.swift:9let value: Value
let value: Value
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.
init(invalid value: Value)