ReadErrCtxIo

Trait ReadErrCtxIo 

Source
pub trait ReadErrCtxIo<T> {
    // Required method
    fn errorize_io(self, node: &'static str) -> Result<T, ReadError>;
}

Required Methods§

Source

fn errorize_io(self, node: &'static str) -> Result<T, ReadError>

Implementations on Foreign Types§

Source§

impl<T> ReadErrCtxIo<T> for Result<T, Error>

Source§

fn errorize_io(self, node: &'static str) -> Result<T, ReadError>

Implementors§