[−][src]Trait i3status_rs::errors::ResultExtInternal
Required methods
fn configuration_error(self, message: &str) -> Result<T, Error>
[src]
fn internal_error(self, context: &str, message: &str) -> Result<T, Error>
[src]
Implementations on Foreign Types
impl<T, E> ResultExtInternal<T, E> for Result<T, E> where
E: Display + Debug,
[src]
E: Display + Debug,