pub trait NonUniqueOwnership: Ownership { }Expand description
Trait to parametrize over the ownership markers that are not unique:
Shared and ThreadLocal.
pub trait NonUniqueOwnership: Ownership { }Trait to parametrize over the ownership markers that are not unique:
Shared and ThreadLocal.