Struct shuttle_next::response::ErrorResponse
pub struct ErrorResponse(_);Expand description
An IntoResponse-based error type
See Result for more details.
Trait Implementations§
§impl Debug for ErrorResponse
impl Debug for ErrorResponse
§impl<T> From<T> for ErrorResponsewhere
T: IntoResponse,
impl<T> From<T> for ErrorResponsewhere T: IntoResponse,
§fn from(value: T) -> ErrorResponse
fn from(value: T) -> ErrorResponse
Converts to this type from the input type.