Skip to main content

ARef

Type Alias ARef 

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

Aliased Typeยง

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