parse_str

Function parse_str 

Source
pub fn parse_str<T: Parse>(
    text: &str,
) -> Result<T, Box<dyn Error + Send + Sync>>