Type Definition shared_vector::AtomicSharedVector

source ·
pub type AtomicSharedVector<T> = RefCountedVector<T, AtomicRefCount>;

Trait Implementations§