Searched refs:ParseProfileVersionError (Results 1 – 1 of 1) sorted by relevance
33 pub struct ParseProfileVersionError(()); struct35 impl fmt::Display for ParseProfileVersionError { implementation41 impl Error for ParseProfileVersionError {} implementation44 type Err = ParseProfileVersionError;51 _ => return Err(ParseProfileVersionError(())), in from_str()