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

A read lock on a block

Implementors