pub trait LocalThreadOwnership: Ownership { }
Expand description

Trait to parametrize over the ownership markers that are local to the current thread: Unique and ThreadLocal.

Implementors§