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