Ref

Type Alias Ref 

Source
pub type Ref<T> = Arc<T>;

Aliased Typeยง

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