Type Alias PinArc

Source
pub type PinArc<T> = PinRcGeneric<T, AtomicUsize>;

Aliased Type§

struct PinArc<T>(/* private fields */);

Trait Implementations§

Source§

impl<T> Send for PinArc<T>
where T: Sync,

Source§

impl<T> Sync for PinArc<T>
where T: Sync,