Type Definition rhai::TokenizerControl

source · []
pub type TokenizerControl = Rc<Cell<TokenizerControlBlock>>;
Expand description

(internals) A shared object that allows control of the tokenizer from outside.