Trait ErrorDebugger2

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

Required Methods§

Source

fn print_err2(&self, msg: &str)

Implementations on Foreign Types§

Source§

impl<T, E> ErrorDebugger2 for Result<T, E>

Source§

fn print_err2(&self, msg: &str)

Implementors§