[][src]Trait i3status_rs::errors::ResultExtInternal

pub trait ResultExtInternal<T, E> {
    fn configuration_error(self, message: &str) -> Result<T, Error>;
fn internal_error(self, context: &str, message: &str) -> Result<T, Error>; }

Required methods

fn configuration_error(self, message: &str) -> Result<T, Error>[src]

fn internal_error(self, context: &str, message: &str) -> Result<T, Error>[src]

Loading content...

Implementations on Foreign Types

impl<T, E> ResultExtInternal<T, E> for Result<T, E> where
    E: Display + Debug
[src]

Loading content...

Implementors

Loading content...