Implements

Trait Implements 

Source
pub unsafe trait Implements<Trait>
where Self: BuildDynMeta<Trait::Plain>, Trait: DynTrait + ?Sized,
{ }
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.

Implementors§