Type Alias aopt::ARef

source ·
pub type ARef<T> = Rc<T>;

Aliased Type§

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