Trait viz_core::Guard[][src]

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

A guard for Context

Required methods

Checks the Context

Implementations on Foreign Types

Implementors