pub fn parse_more_str<T: ParseMore>(s: &str) -> Result<T>
Same as the syn::parse_str function, but using the ParseMore trait.