pub type ServerResult<T> = Result<T, ServerResultError>;Expand description
Result type for all RpcServer functions
Aliased Type§
pub enum ServerResult<T> {
Ok(T),
Err(ServerResultError),
}pub type ServerResult<T> = Result<T, ServerResultError>;Result type for all RpcServer functions
pub enum ServerResult<T> {
Ok(T),
Err(ServerResultError),
}