Searched defs:DebugConfig (Results 1 – 2 of 2) sorted by relevance
122 pub(crate) struct DebugConfig<C: Config> { struct123 _cfg: PhantomData<fn(C)>,154 impl<C: Config> fmt::Debug for DebugConfig<C> { implementation
446 message DebugConfig { message