Lines Matching defs:ErrorExt
54 pub(crate) fn of<E>() -> &'static Self in of()
74 unsafe fn display<E>(error: SharedPtr<'_, DynError>, f: &mut fmt::Formatter<'_>) -> fmt::Result in display()
84 unsafe fn debug<E>(error: SharedPtr<'_, DynError>, f: &mut fmt::Formatter<'_>) -> fmt::Result in debug()
94 unsafe fn source<E>(error: SharedPtr<'_, DynError>) -> Option<&Error> in source()
104 unsafe fn source_mut<E>(error: MutPtr<'_, DynError>) -> Option<&mut Error> in source_mut()
114 unsafe fn is<E>(error: SharedPtr<'_, DynError>, type_id: TypeId) -> bool in is()
126 ) -> &(dyn core::error::Error + Send + Sync + 'static) in as_dyn_core_error()
140 E: ErrorExt, in into_boxed_dyn_core_error()
148 unsafe fn drop_and_deallocate<E>(error: OwnedPtr<DynError>) in drop_and_deallocate()
157 unsafe fn move_into<E>(error: OwnedPtr<DynError>, ret_ptr: NonNull<u8>) in move_into()
171 unsafe fn into_anyhow<E>(error: OwnedPtr<DynError>) -> anyhow::Error in into_anyhow()