pub unsafe trait Implements<Trait>{ }Expand description
Types that could be cast to the given Trait trait object.
Implemented by LocalNewtype<T> where T implements the Trait.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.