Trait byte_chunk::SafeByteChunked[][src]

pub trait SafeByteChunked<'a, T> {
    fn byte_chunks_safe(&mut self, chunk_byte_size: usize) -> ByteChunks<'_, T>

Notable traits for ByteChunks<'a, T>

impl<'a, T> Iterator for ByteChunks<'a, T> where
    T: SizeInBytes
type Item = &'a [T];
; }

Required methods

Implementors