Searched defs:OpError (Results 1 – 3 of 3) sorted by relevance
412 pub fn try_fold<Init, Op, OpError, Result>( in try_fold() argument419 Op: FnMut(Result, Output) -> core::result::Result<Result, OpError>, in try_fold() argument
327 TEST_F(ExecutorTest, OpError) { in TEST_F() argument
46 class OpError(Exception): class