Type Definition rhai::TokenizerControl

source ·
pub type TokenizerControl = Rc<RefCell<TokenizerControlBlock>>;
Expand description

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