Trait partialdebug::no_specialization::NotDebug[][src]

pub trait NotDebug: Sealed {
    fn as_debug<T>(_: &T) -> Option<&dyn Debug> { ... }
}

Fallback trait implemented by DebugDetector.

Provided methods

fn as_debug<T>(_: &T) -> Option<&dyn Debug>[src]

Returns None

Loading content...

Implementors

Loading content...