Trait botanist::QueryModifier[][src]

pub trait QueryModifier<T, R, C: Context> {
    fn modify_query(query: T, context: &C) -> Result<R, FieldError>;
}

Required methods

fn modify_query(query: T, context: &C) -> Result<R, FieldError>[src]

Loading content...

Implementors

Loading content...