Skip to main content

EvalRuleError

Trait EvalRuleError 

Source
pub trait EvalRuleError<Action> {
    // Required method
    fn fallback(&self, matched_action: Action) -> Option<Action>;
}

Required Methods§

Source

fn fallback(&self, matched_action: Action) -> Option<Action>

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§