pub trait Block: ReadAt + WriteAt + MetaAccess + Sectored + FlushMeta { }
Trait for types which provide read and write access to blocks.