pub type CellSource<T> = Arc<CellSource<Mutex<T>, DynListener<()>>>;Expand description
Cell::as_source() implementation.
Aliased Typeยง
pub struct CellSource<T> { /* private fields */ }pub type CellSource<T> = Arc<CellSource<Mutex<T>, DynListener<()>>>;Cell::as_source() implementation.
pub struct CellSource<T> { /* private fields */ }