Type Alias ArcRef

Source
pub type ArcRef<'u, T, U = T> = OwningRef<'u, Arc<T>, U>;
Expand description

Typedef of a owning reference that uses a Arc as the owner.

Aliased Typeยง

pub struct ArcRef<'u, T, U = T> { /* private fields */ }