pub type Result<T> = Result<T, Error>;
The common result type used by the Blocktree crates.
io::Error