pub trait LocalThreadOwnership: Ownership { }Expand description
Trait to parametrize over the ownership markers that are local to the current thread:
Unique and ThreadLocal.
pub trait LocalThreadOwnership: Ownership { }Trait to parametrize over the ownership markers that are local to the current thread:
Unique and ThreadLocal.