Trait inspect_format::BlockAccessorMutExt
source · pub trait BlockAccessorMutExt: WriteBytes + Sized {
// Provided method
fn block_at_mut(&mut self, index: BlockIndex) -> Block<&mut Self> { ... }
}
Provided Methods§
fn block_at_mut(&mut self, index: BlockIndex) -> Block<&mut Self>
Object Safety§
This trait is not object safe.