[][src]Trait garnish_lang_runtime::ExpressionContext

pub trait ExpressionContext {
    fn resolve(&self, name: String) -> ExpressionValue;
fn execute(
        &self,
        name: String,
        input: ExpressionValueRef
    ) -> ExpressionValue; }

Required methods

fn resolve(&self, name: String) -> ExpressionValue

fn execute(&self, name: String, input: ExpressionValueRef) -> ExpressionValue

Loading content...

Implementors

impl ExpressionContext for DefaultContext[src]

Loading content...