Trait na::ToPnt

source · []
pub trait ToPnt<T> {
    fn to_pnt(self) -> T;
}

Required Methods

Implementors