Searched refs:error_mut (Results 1 – 1 of 1) sorted by relevance
538 unsafe { ErrorImpl::error_mut(self.inner.by_mut()) } in deref_mut()854 pub(crate) unsafe fn error_mut(this: Mut<Self>) -> &mut (dyn StdError + Send + Sync + 'static) { in error_mut() method