pub type Result<T> = Result<T, ServerError>;Expand description
Server result type.
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(ServerError),
}pub type Result<T> = Result<T, ServerError>;Server result type.
pub enum Result<T> {
Ok(T),
Err(ServerError),
}