pub trait StateExt {
    fn with_stdlib(&self);
    fn add_global(&self, name: IStr, value: Thunk<Val>);
}

Required Methods§

This method was previously implemented in jrsonnet-evaluator itself

Implementations on Foreign Types§

Implementors§