pub trait CheckHasDebugDef {
    // Provided method
    fn has_debug_def(&self) -> bool { ... }
}

Provided Methods§

Implementors§