Trait geos::ContextHandling[][src]

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

Associated Types

Required methods

Implementors