Trait building_blocks::prelude::IntoIntegerPoint[][src]

pub trait IntoIntegerPoint {
    type IntPoint;
    fn into_int(self) -> Self::IntPoint;
}

Associated Types

Required methods

Implementors