Searched refs:GetAuxWrongType (Results 1 – 2 of 2) sorted by relevance
104 GetAuxWrongType, enumerator156 (Error::GetAuxWrongType, Error::GetAuxWrongType) => true, in eq()271 Error::GetAuxWrongType => write!(f, "get_aux called with wrong type"), in fmt()319 Error::GetAuxWrongType => None, in source()
219 .map_err(|_| Error::GetAuxWrongType) in get_aux()886 assert_eq!(ctx.get_aux::<String>(0), Err(Error::GetAuxWrongType)); in test_get_aux_type_checking()