[][src]Trait plexus::geometry::convert::IntoInteriorGeometry

pub trait IntoInteriorGeometry<T> {
    fn into_interior_geometry(self) -> T;
}

Required methods

Loading content...

Implementors

impl<T, U> IntoInteriorGeometry<U> for T where
    U: FromInteriorGeometry<T>, 
[src]

Loading content...