Function prefix_varint::read_varint_from_slice[][src]

pub fn read_varint_from_slice<S: AsRef<[u8]>>(
    slice: &mut Cursor<S>
) -> Result<u64>