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