pub trait NonUniqueOwnership: Ownership { }
Expand description

Trait to parametrize over the ownership markers that are not unique: Shared and ThreadLocal.

Implementors