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

type CompatError = Compat<Error>;

An alias for failure::Error.compat(), which exists to fulfill the std::error::Error trait.