pub trait CastInto<T>: Kindwhere
T: Kind,{ }Expand description
A trait which allows safe casting from one Kind to another.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".