Home
last modified time | relevance | path

Searched refs:object_drop_front (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()
195 object_drop_rest: object_drop_front::<Box<dyn StdError + Send + Sync>>, in from_boxed()
586 unsafe fn object_drop_front<E>(e: Own<ErrorImpl>, target: TypeId) { in object_drop_front() function