Trait ToPoint

Source
pub trait ToPoint {
    // Required method
    fn to_point(&self) -> Point;
}

Required Methods§

Source

fn to_point(&self) -> Point

Implementors§