[][src]Trait postgis::MultiLineString

pub trait MultiLineString<'a> {
    type ItemType: 'a + LineString<'a>;
    type Iter: Iterator<Item = &'a Self::ItemType>;
    fn lines(&'a self) -> Self::Iter;
}

Associated Types

Required Methods

Implementors

impl<'a> MultiLineString<'a> for MultiLineString
[src]

impl<'a, P> MultiLineString<'a> for MultiLineStringT<P> where
    P: 'a + Point + EwkbRead
[src]