Trait nvim_gtk::nvim::ext::ErrorReport[][src]

pub trait ErrorReport<T> {
    fn report_err(&self);
fn ok_and_report(self) -> Option<T>; }

Required methods

fn report_err(&self)[src]

fn ok_and_report(self) -> Option<T>[src]

Loading content...

Implementations on Foreign Types

impl<T> ErrorReport<T> for Result<T, CallError>[src]

Loading content...

Implementors

Loading content...