Type Definition gotham::error::Result

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

An implementation of the single-parameter Result pattern, using our pub use failure::Error