Trait Checkable

Source
pub trait Checkable {
    // Required method
    fn check(&self, object: &JsonObject) -> bool;
}

Required Methods§

Source

fn check(&self, object: &JsonObject) -> bool

Implementors§