[][src]Trait geos::ContextHandling

pub trait ContextHandling {
    type Context;
    fn clone_context(&self) -> Self::Context;
}

Associated Types

type Context

Loading content...

Required methods

fn clone_context(&self) -> Self::Context

Loading content...

Implementors

impl<'a> ContextHandling for CoordSeq<'a>[src]

impl<'a> ContextHandling for Geometry<'a>[src]

impl<'a> ContextHandling for PreparedGeometry<'a>[src]

impl<'a> ContextHandling for WKBWriter<'a>[src]

impl<'a> ContextHandling for WKTWriter<'a>[src]

impl<'a, 'd> ContextHandling for ConstGeometry<'a, 'd>[src]

impl<'a, I> ContextHandling for STRtree<'a, I>[src]

Loading content...