Function candid::error::pretty_parse[][src]

pub fn pretty_parse<T>(name: &str, str: &str) -> Result<T> where
    T: FromStr<Err = Error>,