parse(as:)

Parses a traversable BSON element. The output is typically opaque, which allows decoders to skip over regions of a BSON document.

BSON.Input.swift:177
mutating func parse<View>(as _: View.Type = View.self) throws -> View where View : BSON.BufferTraversable