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