[][src]Trait arctk::tools::valid::Valid

pub trait Valid {
#[must_use]    fn check(&self) -> bool;
}

Types implementing this trait can be queried for validity.

Required methods

#[must_use]fn check(&self) -> bool

Check if the current state is valid.

Loading content...

Implementors

Loading content...