Trait jrsonnet_evaluator::ObjectAssertion[][src]

pub trait ObjectAssertion: Trace {
    fn run(
        &self,
        this: Option<ObjValue>,
        super_obj: Option<ObjValue>
    ) -> Result<()>; }

Required methods

Implementors