Trait incrust::renderer::abc::Filter [] [src]

pub trait Filter: Debug + Send + Sync {
    fn filter<'s: 'a, 'a>(&'s self,
                          context: &'a Context,
                          value: Option<Cow<'a, BType>>)
                          -> FilterResult<Cow<'a, BType>>; }

Required Methods

Implementors