pub type RemoteResult<T> = Result<T, RemoteError>;Expand description
Result type for remote agent operations
Aliased Type§
pub enum RemoteResult<T> {
Ok(T),
Err(RemoteError),
}pub type RemoteResult<T> = Result<T, RemoteError>;Result type for remote agent operations
pub enum RemoteResult<T> {
Ok(T),
Err(RemoteError),
}