Trait ImplementsDebug

Source
pub trait ImplementsDebug {
    // Required method
    fn implements_debug(&self, lib: &Library) -> bool;
}
Expand description

Checks if given type implements Debug trait.

Required Methods§

Source

fn implements_debug(&self, lib: &Library) -> bool

Implementors§