Trait s3find::types::Filter[][src]

pub trait Filter {
    fn filter(&self, object: &Object) -> bool;
}

Required Methods

Implementations on Foreign Types

impl Filter for Regex
[src]

Implementors