Trait BehaviourValidator
pub trait BehaviourValidator<ID, T>: BehaviourPropertyValidator<ID, T>where
ID: Clone,
T: ReactiveInstance<ID> + BehaviourTypesContainer,{
// Provided method
fn validate(&self) -> Result<(), BehaviourInvalid> { ... }
}
Provided Methods§
fn validate(&self) -> Result<(), BehaviourInvalid>
fn validate(&self) -> Result<(), BehaviourInvalid>
Validates the behaviour.