Type Definition rhai::TokenizerControl[][src]

type TokenizerControl = Rc<Cell<TokenizerControlBlock>>;
Expand description

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