pub trait NumberAs<T>: Sized {
    fn number_as(self) -> T;
}

Required methods

Implementations on Foreign Types

Implementors