OptionDebugger

Trait OptionDebugger 

Source
pub trait OptionDebugger {
    // Required method
    fn print_none(&self, msg: &str);
}

Required Methods§

Source

fn print_none(&self, msg: &str)

Implementations on Foreign Types§

Source§

impl<T: Debug> OptionDebugger for Option<T>

Source§

fn print_none(&self, msg: &str)

Implementors§