Trait viz::prelude::Guard[][src]

pub trait Guard: 'static + Send + Sync {
    fn check(&self, &Context) -> bool;
}
Expand description

A guard for Context

Required methods

Checks the Context

Implementations on Foreign Types

Implementors