Searched refs:root_cause (Results 1 – 2 of 2) sorted by relevance
72 match root_cause.downcast_ref::<DataStoreError>() {
387 pub fn root_cause(&self) -> &(dyn StdError + 'static) { in root_cause() method