Skip to main content

describe_prefix

Function describe_prefix 

Source
pub fn describe_prefix(bytes: &[u8]) -> Result<(String, usize)>
Expand description

describe over a chunk at the front of a longer buffer, and how many bytes it took.

ยงErrors

As decode_prefix.