Trait chain_debug::DebugExt

source ·
pub trait DebugExt {
    // Provided method
    fn debug(&self) -> &Self
       where Self: Debug { ... }
}

Provided Methods§

source

fn debug(&self) -> &Selfwhere Self: Debug,

Implementors§

source§

impl<D: Debug> DebugExt for D