Home
last modified time | relevance | path

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

/external/rust/crates/anyhow/
DREADME.md72 match root_cause.downcast_ref::<DataStoreError>() {
/external/rust/crates/anyhow/src/
Derror.rs387 pub fn root_cause(&self) -> &(dyn StdError + 'static) { in root_cause() method