Trait quic_rpc::transport::ConnectionErrors
source · pub trait ConnectionErrors: Debug + Clone + Send + Sync + 'static {
type OpenError: RpcError;
type SendError: RpcError;
type RecvError: RpcError;
}
Expand description
Errors that can happen when creating and using a Connection
or ServerEndpoint
.
Required Associated Types§
Object Safety§
This trait is not object safe.