pub trait NotImpl {
    fn is_debug_props_or_not(&self) -> NotImplTag { ... }
fn is_impl_debug_or_not(&self) -> NotImplTag { ... } }

Provided methods

Implementations on Foreign Types

Implementors