pub type RemoteResult<T> = Result<T, RemoteError>;Expand description
统一的结果类型
Aliased Type§
pub enum RemoteResult<T> {
Ok(T),
Err(RemoteError),
}pub type RemoteResult<T> = Result<T, RemoteError>;统一的结果类型
pub enum RemoteResult<T> {
Ok(T),
Err(RemoteError),
}