Type Definition ownref::ArcOwnedA[][src]

pub type ArcOwnedA<'a, O, I = &'a O> = ArcOwned<'a, O, I, ByAddress>;
Expand description

Pointer address ordered owned data bundled with an owner in Arc.