Skip to main content

LocalThreadOwnership

Trait LocalThreadOwnership 

Source
pub trait LocalThreadOwnership: Ownership { }
Expand description

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

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§