Skip to main content

decode_first

Function decode_first 

Source
pub fn decode_first(blob: &[u8]) -> Result<Decoded>
Expand description

Decodes the first blob and permits trailing bytes.

ยงErrors

Returns an error when the first blob is malformed or unsupported.