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

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

Types implementing this trait can be queried for validity.

Required methods

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

Check if the current state is valid.

Loading content...

Implementors

Loading content...