Home
last modified time | relevance | path

Searched refs:object_drop_rest (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/anyhow/src/
Derror.rs94 object_drop_rest: object_drop_front::<E>, in from_std()
118 object_drop_rest: object_drop_front::<M>, in from_adhoc()
143 object_drop_rest: object_drop_front::<M>, in from_display()
170 object_drop_rest: context_drop_rest::<C, E>, in from_context()
195 object_drop_rest: object_drop_front::<Box<dyn StdError + Send + Sync>>, in from_boxed()
305 object_drop_rest: context_chain_drop_rest::<C>, in context()
435 (vtable(outer.inner.ptr).object_drop_rest)(outer.inner, target); in downcast()
572 object_drop_rest: unsafe fn(Own<ErrorImpl>, TypeId), field
794 (vtable.object_drop_rest)(inner, target); in context_chain_drop_rest()