Trait number_traits::Cast [] [src]

pub trait Cast<T> {
    fn cast(self) -> T;
}

Required Methods

Implementors