[][src]Function minsc::util::parse_str_prefix

pub fn parse_str_prefix<T: FromStr>(s: &str) -> T where
    <T as FromStr>::Err: Debug