decode(using:with:)

BSON.TraceableDecoder.swift:16
func 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