Searched refs:ParseIntError (Results 1 – 1 of 1) sorted by relevance
20 use core::num::ParseIntError;275 conversion_fn: fn(&str, u32) -> core::result::Result<T, ParseIntError>, in new_from_string() argument