libgir::analysis::types

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§