xmachine

Type Alias Ref

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

Aliased Typeยง

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