PinArcStorage

Type Alias PinArcStorage 

Source
pub type PinArcStorage<T> = PinRcGenericStorage<T, AtomicUsize>;

Aliased Type§

pub struct PinArcStorage<T> { /* private fields */ }

Trait Implementations§

Source§

impl<T> Send for PinArcStorage<T>
where T: Send + Sync,

Source§

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