parse_str

Function parse_str 

Source
pub fn parse_str<T: Parse>(input: &str) -> Result<T>
Expand description

Parse a string of Rust code into the chosen syntax tree node.