Structs

ARef - a reference that abstracts the owner completely.

ARefs is a version of ARef that implements Send.

ARefss is a version of ARef that implements Send + Sync.

Traits

An unsafe trait that makes sure the type can be used as owner for ARef.

An unsafe trait that abstracts over things you can borrow or lock, such as RefCell, RwLock and Mutex.

Functions

Runtime verification that a type is in fact AReffic.