Trait hedge::IsValid[][src]

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

An interface for asserting the validity of components and indices of the mesh.

Required methods

Implementors