Skip to main content

RcCell

Type Alias RcCell 

Source
pub type RcCell<T> = Rc<RefCell<T>>;

Aliased Typeยง

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