Searched refs:MapRes (Results 1 – 3 of 3) sorted by relevance
368 MapRes, enumerator428 ErrorKind::MapRes => 2, in error_to_u32()490 ErrorKind::MapRes => "Map on Result", in description()
117 Err(e) => Err(Err::Error(E::from_external_error(i, ErrorKind::MapRes, e))), in map_res()
83 - Integer parsing functions now all return `IntegerTooLarge` instead of `MapRes`