Type Definition infinitree::fields::List[][src]

pub type List<T> = Arc<RwLock<Vec<T>>>;