pub type TransportResult<T> = Result<T, TransportError>;
Expand description

Result type for remote communication.