Trait relearn::utils::cast::CastInto[][src]

pub trait CastInto<T> {
    fn cast_into(self) -> T;
}
Expand description

Lossy conversion to another type.

Required methods

Implementations on Foreign Types

Implementors