Searched defs:AdhocKind (Results 1 – 4 of 4) sorted by relevance
55 pub trait AdhocKind: Sized { trait62 impl<T> AdhocKind for &T where T: ?Sized + Display + Debug + Send + Sync + 'static {} impl
58 pub trait AdhocKind: Sized { interface65 impl<T> AdhocKind for &T where T: ?Sized + Display + Debug + Send + Sync + 'static {} impl
58 pub trait AdhocKind: Sized { trait65 impl<T> AdhocKind for &T where T: ?Sized + Display + Debug + Send + Sync + 'static {} impl