Skip to main content

SharedMut

Type Alias SharedMut 

Source
pub type SharedMut<T> = Rc<RefCell<T>>;
Expand description

Shared ownership of a mutable pointee (ext::shared_ptr<T> over mutable state).

Aliased Typeยง

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