pub type RcMut<T> = Rc<UnsafeCell<T>>;Expand description
A reference counted smart pointer with unrestricted mutability.
Aliased Typeยง
struct RcMut<T> { /* private fields */ }pub type RcMut<T> = Rc<UnsafeCell<T>>;A reference counted smart pointer with unrestricted mutability.
struct RcMut<T> { /* private fields */ }