Type Definition btlib::error::Result

source ·
pub type Result<T> = Result<T, Error>;
Expand description

The common result type used by the Blocktree crates.

Trait Implementations§

source§

impl<T> IoErr<T> for Result<T>

source§

fn io_err(self) -> Result<T>

Maps the error in this result to an io::Error.