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