pub fn with_stdlib_ctx<F, R>(f: F) -> Rwhere
F: FnOnce(&EvalContext) -> R,Expand description
Get a reference to the shared stdlib EvalContext. Use this for stdlib callback invocations instead of creating throwaway contexts.
pub fn with_stdlib_ctx<F, R>(f: F) -> Rwhere
F: FnOnce(&EvalContext) -> R,Get a reference to the shared stdlib EvalContext. Use this for stdlib callback invocations instead of creating throwaway contexts.