Trait mixed_num::MixedNumConversion[][src]

pub trait MixedNumConversion<T> {
    fn mixed_from_num(number: T) -> Self;
fn mixed_to_num(&self) -> T; }

Required methods

Generic type cast from numeric type T.

Generic type cast to numeric type T.

Implementations on Foreign Types

Implementors