pub trait RethRpcMiddleware:
Layer<RpcService, Service: RpcServiceT<MethodResponse = MethodResponse, BatchResponse = MethodResponse, NotificationResponse = MethodResponse> + Send + Sync + Clone + 'static>
+ Clone
+ Send
+ 'static { }Expand description
A Helper alias trait for the RPC middleware supported by the server.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".