Type Alias MutRc

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

Aliased Typeยง

struct MutRc<T> { /* private fields */ }