Trait semval::IsValid

source ·
pub trait IsValid {
    fn is_valid(&self) -> bool;
}
Expand description

A utility trait for boolean validity checks.

Required Methods

Check if this instance is valid, discarding all further information why if not.

Implementors