Skip to main content

Ref

Type Alias Ref 

Source
pub type Ref<T> = Ref<T>;
Available on crate feature di only.
Expand description

Represents the type alias for an options reference.

Aliased Typeยง

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