Skip to main content

decode_from_cursor

Function decode_from_cursor 

Source
pub fn decode_from_cursor(cursor: &mut &[u8]) -> Result<Value>
Expand description

Decodes from a cursor, returning the value and advancing the cursor. Also used by Document::decode which needs to track position.