pub trait ErrorHandlingExtensions {
    // Required method
    fn log_err(&self);
}

Required Methods§

source

fn log_err(&self)

Implementors§