Skip to main content

CellSource

Type Alias CellSource 

Source
pub type CellSource<T> = Arc<CellSource<Mutex<T>, DynListener<()>>>;
Expand description

Cell::as_source() implementation.

Aliased Typeยง

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