Skip to main content

read_until_token

Function read_until_token 

Source
pub fn read_until_token(t: Token) -> Result<Tokens>
Expand description

Convenience method wrapping around read_until TODO: This seems to be the wrong Rust type interface, we need to rework…