Trait num_traits::CastInto
[−]
[src]
pub trait CastInto<T> {
fn cast_into(self) -> Option<T>;
}Converts Self into the other type.
pub trait CastInto<T> {
fn cast_into(self) -> Option<T>;
}Converts Self into the other type.