[][src]Type Definition gotham::error::Result

type Result<T> = Result<T, Error>;

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