Struct cang_jie::stream::CangjieTokenStream[][src]

pub struct CangjieTokenStream<'a> { /* fields omitted */ }

Methods

impl<'a> CangjieTokenStream<'a>
[src]

Trait Implementations

impl<'a> Debug for CangjieTokenStream<'a>
[src]

Formats the value using the given formatter. Read more

impl<'a> TokenStream for CangjieTokenStream<'a>
[src]

Advance to the next token Read more

Returns a reference to the current token.

Returns a mutable reference to the current token.

Helper to iterate over tokens. It simply combines a call to .advance() and .token(). Read more

Helper function to consume the entire TokenStream and push the tokens to a sink function. Read more

Auto Trait Implementations

impl<'a> Send for CangjieTokenStream<'a>

impl<'a> Sync for CangjieTokenStream<'a>