parse_more_str

Function parse_more_str 

Source
pub fn parse_more_str<T: ParseMore>(s: &str) -> Result<T>
Expand description

Same as the syn::parse_str function, but using the ParseMore trait.