parse

Function parse 

Source
pub fn parse<'t, P>(input: TokenStream) -> TokenStream
where P: 't + Parser,