Type Definition btlib::FileBlock

source ·
pub type FileBlock<C> = ConcreteBlock<File, C>;
Expand description

A ConcreteBlock which stores its data in a file in the filesystem.