Trait jrsonnet_evaluator::Bindable[][src]

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

Required methods

Implementors