pub trait ShapelibConfig1Ext {
    fn resolve(
        &self
    ) -> Result<Box<dyn ExactSizeIterator<Item = ShapelibExplicit1> + 'static, Global>, LibraryLoadError>; }

Required Methods

Implementors