Trait hedge::Validation [] [src]

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

An interface for asserting the validity of components in the mesh.

Required Methods

A general blanket test for validity

Implementors