[][src]Function better_as::number::wrapping_cast

pub fn wrapping_cast<T, U>(src: T) -> U where
    T: WrappingCast<U>,