Trait IsDebug

Source
pub trait IsDebug {
    // Required method
    fn is_debug(&self) -> bool;
}

Required Methods§

Source

fn is_debug(&self) -> bool

Implementors§