Searched refs:AdhocKind (Results 1 – 3 of 3) sorted by relevance
55 pub trait AdhocKind: Sized { interface62 impl<T> AdhocKind for &T where T: ?Sized + Display + Debug + Send + Sync + 'static {} impl
622 pub use crate::kind::{AdhocKind, TraitKind};
18 which is required by `&Error: anyhow::private::kind::AdhocKind`