Trait numtraits::UpCastAs [] [src]

pub trait UpCastAs<T> {
    fn from(_: T) -> Self;
}

Required Methods

Implementors