Trait Parser

Source
pub trait Parser: TokenStream<Token> { }

Implementors§

Source§

impl<T> Parser for T
where T: TokenStream<Token>,