Trait ilattice::vector::CastInteger[][src]

pub trait CastInteger {
    type Int;
    fn cast_int(self) -> Self::Int;
}

Associated Types

Required methods

Implementations on Foreign Types

Implementors