pub type CompatError = Compat<Error>;
An alias for failure::Error.compat(), which exists to fulfill the std::error::Error trait.
failure::Error.compat()