pub type RefArc<D> = Arc<D>;

Trait Implementations

Move the data into a new strong reference.

Borrow the referenced data.

Clone the reference handle. The new resulting handle will refer to the same data.

Check if two reference handles refer to the same data.