[][src]Trait geozero::PropertyProcessor

pub trait PropertyProcessor {
    fn property(
        &mut self,
        idx: usize,
        name: &str,
        value: &ColumnValue
    ) -> Result<bool> { ... } }

Feature property processing trait

Provided methods

fn property(
    &mut self,
    idx: usize,
    name: &str,
    value: &ColumnValue
) -> Result<bool>

Process property value. Abort processing, if return value is true.

Loading content...

Implementations on Foreign Types

impl PropertyProcessor for HashMap<String, String>[src]

Loading content...

Implementors

impl PropertyProcessor for ProcessorSink[src]

impl<P1: FeatureProcessor, P2: FeatureProcessor> PropertyProcessor for Multiplexer<P1, P2>[src]

Loading content...