Searched defs:from_byte_slice (Results 1 – 2 of 2) sorted by relevance
83 pub(crate) fn from_byte_slice(bytes: &'a [u8]) -> BufReadIter<'a> { in from_byte_slice() method
100 pub(crate) fn from_byte_slice<'a>(bytes: &'a [u8]) -> BufReadIter<'a> { in from_byte_slice() method