pub trait IntoPnt<V> {
    fn into_pnt(self) -> V;
}

Required Methods

Implementations on Foreign Types

Implementors