pub trait ThreadSafe { }Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".
Implementors§
impl<T> ThreadSafe for T
Available on non-crate feature
py only.pub trait ThreadSafe { }This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".
py only.