SharedRw

Type Alias SharedRw 

Source
pub type SharedRw<T> = Arc<RwLock<T>>;

Aliased Type§

pub struct SharedRw<T> { /* private fields */ }

Trait Implementations§