Type Definition gotham::error::CompatError

source ·
pub type CompatError = Compat<Error>;
Expand description

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