[][src]Trait s3find::filter::Filter

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

Required methods

fn filter(&self, object: &Object) -> bool

Loading content...

Implementations on Foreign Types

impl Filter for Regex[src]

Loading content...

Implementors

impl Filter for FindSize[src]

impl Filter for FindTime[src]

impl Filter for InameGlob[src]

impl Filter for NameGlob[src]

Loading content...