logo
pub trait IntoGeometry<T> {
    fn into_geometry(self) -> T;
}

Required Methods

Implementors