Type Alias Shared

Source
pub type Shared<T> = Rc<T>;

Aliased Typeยง

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