Function parse

Source
pub fn parse<T: Parse>(input: TokenStream) -> Result<T>
Expand description

Parse tokens of source code into the chosen syntax tree node.