pub type CellRwLock<T> = RwLock<CellRwLock, T>;
Expand description
A single-threaded lock_api::RwLock using a RefCell internally.
Useful to abstract between single-threaded and multi-threaded code.
Aliased Typeยง
pub struct CellRwLock<T> { /* private fields */ }