Type Alias ebri::atomic_owned::OwnedPtrPair

source ·
pub type OwnedPtrPair<'g, T> = (Option<Owned<T>>, Ptr<'g, T>);
Expand description

A pair of Owned and Ptr of the same type.