Trait postgis::MultiPolygon
[−]
[src]
pub trait MultiPolygon<'a> {
type ItemType: 'a + Polygon<'a>;
type Iter: Iterator<Item=&'a Self::ItemType>;
fn polygons(&'a self) -> Self::Iter;
}
Associated Types
Required Methods
fn polygons(&'a self) -> Self::Iter
Implementors
impl<'a, P> MultiPolygon<'a> for MultiPolygonT<P> where P: 'a + Point + EwkbReadimpl<'a> MultiPolygon<'a> for MultiPolygon