Trait otter::shapelib::OutlineDefn[][src]

pub trait OutlineDefn: Debug + Sync + Send + 'static + Deserialize {
    fn check(&self, lgi: &GroupData) -> Result<(), LLE>;
fn load(&self, lgi: &GroupData) -> Result<Outline, IE>; }

Required methods

Trait Implementations

Implementors