Trait number_traits::Cast [] [src]

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

Required Methods

Implementations on Foreign Types

impl<A, B> Cast<Wrapping<B>> for Wrapping<A> where
    A: Cast<B>, 
[src]

[src]

Implementors