pub trait BlockAccessorMutExt: WriteBytes + Sized {
    // Provided method
    fn block_at_mut(&mut self, index: BlockIndex) -> Block<&mut Self> { ... }
}

Provided Methods§

source

fn block_at_mut(&mut self, index: BlockIndex) -> Block<&mut Self>

Object Safety§

This trait is not object safe.

Implementors§