Module rscontainer::internals[][src]

Expand description

Types for extending the functionality of rscontainer.

Traits

IAccess

Provides access to a shared instance.

IAccessMut

Provides mutable access to a shared instance.

ISharedPointer

A smart pointer that can be used to store a shared instance.