Instance Methodswift-bson 0.3.1BSONDecoding->BSONABI
decode(using:with:)
BSON.TraceableDecoder.swift:16func decode<CodingKey, T>(using _: CodingKey.Type = CodingKey.self, with decode: (BSON.DocumentDecoder<CodingKey>) throws -> T) throws -> T where CodingKey : Hashable, CodingKey : RawRepresentable, CodingKey : Sendable, CodingKey.RawValue == String