pub trait IsImplDebug {
    fn is_impl_debug_or_not(&self) -> IsImplDebugTag { ... }
}

Provided methods

Implementors