Type Alias options::Ref

source ·
pub type Ref<T> = Rc<T>;
Expand description

Represents the type alias for an options reference.

Aliased Type§

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