Trait geos::ContextHandling[][src]

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

Associated Types

Loading content...

Required methods

fn clone_context(&self) -> Self::Context[src]

Loading content...

Implementors

Loading content...