pub fn get_list_bytes<'a, T>(value: T) -> &'a [u8] ⓘwhere
T: IntoInternalListReader<'a>,Expand description
Gets a slice view of a list, excluding any tag word.
pub fn get_list_bytes<'a, T>(value: T) -> &'a [u8] ⓘwhere
T: IntoInternalListReader<'a>,Gets a slice view of a list, excluding any tag word.