Trait ConstraintExecute

Source
pub trait ConstraintExecute<T> {
    // Required method
    fn execute(&self, _: &T) -> Result<bool, Whatever>;
}

Required Methods§

Source

fn execute(&self, _: &T) -> Result<bool, Whatever>

Implementors§