Searched defs:ErasedErrorImpl (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/miette/src/eyreish/ |
D | error.rs | 483 unsafe fn object_drop<E>(e: Own<ErasedErrorImpl>) { in object_drop() 491 unsafe fn object_drop_front<E>(e: Own<ErasedErrorImpl>, target: TypeId) { in object_drop_front() 502 e: Ref<'_, ErasedErrorImpl>, in object_ref() argument 517 e: Ref<'_, ErasedErrorImpl>, in object_ref_stderr() argument 541 e: Own<ErasedErrorImpl>, in object_boxed_stderr() 551 unsafe fn object_downcast<E>(e: Ref<'_, ErasedErrorImpl>, target: TypeId) -> Option<Ref<'_, ()>> in object_downcast() argument 572 unsafe fn context_downcast<D, E>(e: Ref<'_, ErasedErrorImpl>, target: TypeId) -> Option<Ref<'_, ()>> in context_downcast() argument 589 unsafe fn context_drop_rest<D, E>(e: Own<ErasedErrorImpl>, target: TypeId) in context_drop_rest() 611 e: Ref<'_, ErasedErrorImpl>, in context_chain_downcast() argument 628 unsafe fn context_chain_drop_rest<D>(e: Own<ErasedErrorImpl>, target: TypeId) in context_chain_drop_rest() [all …]
|