Trait captcha::filters::Filter [] [src]

pub trait Filter {
    fn apply(&self, i: &mut Image);
}

Required Methods

Implementors