Trait tc_transact::fs::BlockRead

source ·
pub trait BlockRead<B: BlockData>: Deref<Target = B> + Send { }
Expand description

A read lock on a block

Implementors§