Trait btlib::Block

source ·
pub trait Block: ReadAt + WriteAt + MetaAccess + Sectored + FlushMeta { }
Expand description

THE BLOCK TRAIT

Trait for types which provide read and write access to blocks.

Implementors§