pub trait IntoPoint2D<T> {
    fn into_point(self) -> Point2D<T>;
}

Required Methods

Implementations on Foreign Types

Implementors