Trait Validate

Source
pub trait Validate {
    // Provided method
    fn validate(&self) -> Result<()> { ... }
}

Provided Methods§

Source

fn validate(&self) -> Result<()>

Implementors§