Ref

Type Alias Ref 

Source
pub type Ref<T> = Rc<T>;
Available on not (crate features di and async).
Expand description

Represents the type alias for an options reference.

Aliased Typeยง

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