Trait bpxe::language::EngineContextProvider[][src]

pub trait EngineContextProvider {
    type Context: EngineContext;
    fn new_context(&self) -> Self::Context;
}

Engine context provider

Associated Types

type Context: EngineContext[src]

Context type

Loading content...

Required methods

fn new_context(&self) -> Self::Context[src]

Returns a newly initialized context

Loading content...

Implementors

impl EngineContextProvider for Rhai[src]

type Context = Context

impl EngineContextProvider for MultiLanguageEngine[src]

Loading content...