[−][src]Function bson::decode_document
pub fn decode_document<R: Read + ?Sized>(
reader: &mut R
) -> DecoderResult<Document>
Attempt to decode a Document
from a byte stream.
pub fn decode_document<R: Read + ?Sized>(
reader: &mut R
) -> DecoderResult<Document>
Attempt to decode a Document
from a byte stream.