Skip to main content

Debuggable

Trait Debuggable 

Source
pub trait Debuggable {
    // Required method
    fn print_ctx(&mut self);
}

Required Methods§

Source

fn print_ctx(&mut self)

Implementors§