pub type ResponseResult = Result<(), ResponseError>;Expand description
The result type returned after writing an HTTP response.
Aliased Type§
pub enum ResponseResult {
Ok(()),
Err(ResponseError),
}pub type ResponseResult = Result<(), ResponseError>;The result type returned after writing an HTTP response.
pub enum ResponseResult {
Ok(()),
Err(ResponseError),
}