DoxigAlpha

RespondError

Source

Implementation

#
pub const RespondError = error{
    /// The request contained an `expect` header with an unrecognized value.
    HttpExpectationFailed,
}