IntoIntegerPoint

Trait IntoIntegerPoint 

Source
pub trait IntoIntegerPoint {
    type IntPoint;

    // Required method
    fn into_int(self) -> Self::IntPoint;
}

Required Associated Types§

Required Methods§

Source

fn into_int(self) -> Self::IntPoint

Implementors§