pub type HttpGatewayResult<T = ()> = Result<T, HttpGatewayError>;Expand description
HTTP gateway result type.
Aliased Type§
pub enum HttpGatewayResult<T = ()> {
Ok(T),
Err(HttpGatewayError),
}pub type HttpGatewayResult<T = ()> = Result<T, HttpGatewayError>;HTTP gateway result type.
pub enum HttpGatewayResult<T = ()> {
Ok(T),
Err(HttpGatewayError),
}