Function quad_compat_rhai::get_next_token[][src]

pub fn get_next_token(
    stream: &mut impl InputStream,
    state: &mut TokenizeState,
    pos: &mut Position
) -> Option<(Token, Position)>
Expand description

(internals) Get the next token from the stream. Exported under the internals feature only.