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