Type Alias rhai::TokenizerControl

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

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

Aliased Type§

struct TokenizerControl { /* private fields */ }