pub trait RethRpcMiddleware:
Layer<RpcService>
+ 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", so this trait is not object safe.