Function capnp::raw::get_list_bytes[][src]

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>, 

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