Trait BehaviourValidator

Source
pub trait BehaviourValidator<ID: Clone, T: ReactiveInstance<ID> + BehaviourTypesContainer>: BehaviourPropertyValidator<ID, T> {
    // Provided method
    fn validate(&self) -> Result<(), BehaviourInvalid> { ... }
}

Provided Methods§

Source

fn validate(&self) -> Result<(), BehaviourInvalid>

Validates the behaviour.

Implementors§