Home
last modified time | relevance | path

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

/external/rust/crates/anyhow/src/
Dkind.rs97 pub trait BoxedKind: Sized { trait
105 impl BoxedKind for Box<dyn StdError + Send + Sync> {}
Dlib.rs625 pub use crate::kind::BoxedKind;