logo
pub trait FromGeometry<T> {
    fn from_geometry(other: T) -> Self;
}

Required Methods

Implementations on Foreign Types

Geometry elision into ().

Implementors

Geometry elision from ().