Type Alias RcMut

Source
pub type RcMut<T> = Rc<UnsafeCell<T>>;
Expand description

A reference counted smart pointer with unrestricted mutability.

Aliased Typeยง

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