Function get_with_len_prefix

Source
fn get_with_len_prefix<'a, T: Deserialize<'a>>(
    buf: &mut &'a [u8],
) -> Result<T, Error>