Searched refs:RcUnwrapFailed (Results 1 – 2 of 2) sorted by relevance
23 RcUnwrapFailed, enumerator43 RcUnwrapFailed => write!(f, "Rc::try_unwrap failed"), in fmt()
173 let mut transfer = Arc::try_unwrap(rc_transfer).map_err(|_| Error::RcUnwrapFailed)?; in poll_transfers()