[][src]Trait i3status_rs::errors::ResultExtBlock

pub trait ResultExtBlock<T, E> {
    fn block_error(self, block: &str, message: &str) -> Result<T, Error>;
}

Required methods

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

Loading content...

Implementations on Foreign Types

impl<T, E> ResultExtBlock<T, E> for Result<T, E>[src]

Loading content...

Implementors

Loading content...