MatchTok

Trait MatchTok 

Source
pub trait MatchTok
where Self: ToString + Debug,
{ // Required method fn to_token_stream(&self) -> KTokenStream; // Provided method fn match_tok(&self, tok: &str) -> bool { ... } }

Required Methods§

Provided Methods§

Source

fn match_tok(&self, tok: &str) -> bool

Implementors§