Type Alias sync_block::RwLock

source ·
pub type RwLock<T> = RwLock<T, Block>;

Aliased Type§

struct RwLock<T> { /* private fields */ }