Trait angle_sc::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§