Type Alias Ref

Source
pub type Ref<T> = Rc<T>;
Expand description

Represents the type alias for an options reference.

Aliased Typeยง

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