Type Definition quad_compat_rhai::TokenizerControl[][src]

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

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