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