Trait byte_chunk::SafeByteChunkedMut[][src]

pub trait SafeByteChunkedMut<'a, T> {
    fn byte_chunks_safe_mut(
        &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

Implementations on Foreign Types

Implementors