Trait jrsonnet_evaluator::typed::CheckType[][src]

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

Required methods

Implementations on Foreign Types

Implementors