Trait pyro::Matcher

source ·
pub trait Matcher {
    fn is_match<S: Storage>(storage: &S) -> bool;
}
Expand description

Allows to match over different Storages. See also All.

Required Methods§

Implementors§