Function rhai::get_next_token

source ·
pub fn get_next_token(
    stream: &mut (impl InputStream + ?Sized),
    state: &mut TokenizeState,
    pos: &mut Position
) -> (Token, Position)
Expand description

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