parse_str

Function parse_str 

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

Parses a MacroArg type from a string

Analogous to syn::parse_str