Type Alias owning_ref::ArcRef

source ·
pub type ArcRef<T, U = T> = OwningRef<Arc<T>, U>;
Expand description

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

Aliased Type§

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