[][src]Function mongodb_cwal::decode_document_utf8_lossy

pub fn decode_document_utf8_lossy<R>(
    reader: &mut R
) -> Result<OrderedDocument, DecoderError> where
    R: Read + ?Sized

Attempt to decode a Document that may contain invalid UTF-8 strings from a byte stream.