angle_sc

Trait Validate

Source
pub trait Validate {
    // Required method
    fn is_valid(&self) -> bool;
}
Expand description

The Validate trait.

Required Methods§

Source

fn is_valid(&self) -> bool

return true if the type is valid, false otherwise.

Implementors§