Trait dimensioned::peano::ToInt [] [src]

pub trait ToInt: Peano {
    fn to_int() -> i32;
}

Converts a type to the integer it represents

Required Methods

fn to_int() -> i32

Implementors