pub trait Cast<T> { // Required method fn cast(self) -> T; }
Casts into another type.
Casts into other type.