Trait na::ToPnt [] [src]

pub trait ToPnt<T> {
    fn to_pnt(self) -> T;
}

Required Methods

Implementors