Function decode_len_unsafe

Source
pub unsafe fn decode_len_unsafe<T: VarIntTarget>(bytes: *const u8) -> usize
Expand description

Decodes the length of the next integer

ยงSafety

Same as decode_unsafe