Pod

Type Alias Pod 

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

Aliased Typeยง

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