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