Function syn_error_experiment::parse_str[][src]

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

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