pub type ResponseResult = Result<(), ResponseError>;
Expand description
Result type for response operations.
Aliased Type§
pub enum ResponseResult {
Ok(()),
Err(ResponseError),
}
pub type ResponseResult = Result<(), ResponseError>;
Result type for response operations.
pub enum ResponseResult {
Ok(()),
Err(ResponseError),
}