pub trait BlockData: Clone + Send + Sync + 'static {
    fn ext() -> &'static str;
}
Expand description

The data contained by a single block on the filesystem.

Required methods

Implementations on Foreign Types

Implementors