pub type ResponseResult = Result<(), ResponseError>;Expand description
Response result
Aliased Type§
pub enum ResponseResult {
Ok(()),
Err(ResponseError),
}pub type ResponseResult = Result<(), ResponseError>;Response result
pub enum ResponseResult {
Ok(()),
Err(ResponseError),
}