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

Required Methods§

source

fn with_stdlib(&self)

This method was previously implemented in jrsonnet-evaluator itself

source

fn add_global(&self, name: IStr, value: Thunk<Val>)

Implementations on Foreign Types§

source§

impl StateExt for State

source§

fn with_stdlib(&self)

source§

fn add_global(&self, name: IStr, value: Thunk<Val>)

Implementors§