pub trait CheckType {
    fn check(&self, value: &Val) -> Result<()>;
}

Required Methods§

Implementors§