Skip to main content

Shared

Type Alias Shared 

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

Alias for Rc<RefCell<T>>

Aliased Typeยง

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