pub fn get_list_bytes<'a, T>(value: T) -> &'a [u8]Notable traits for &[u8]impl Read for &[u8]impl Write for &mut [u8] where
    T: IntoInternalListReader<'a>, 
Expand description

Gets a slice view of a list, exluding any tag word.