Trait annis::IsValid[][src]

pub trait IsValid {
    fn is_valid(&self) -> bool;
}

Required Methods

Implementors