Struct jsonrpc_core::middleware::Noop [−][src]
pub struct Noop;
Expand description
No-op middleware implementation
Trait Implementations
type Future = NoopFuture
type Future = NoopFutureA returned request future.
type CallFuture = NoopCallFuture
type CallFuture = NoopCallFutureA returned call future.
Method invoked on each request. Allows you to either respond directly (without executing RPC call) or do any additional work before and/or after processing the request. Read more
Auto Trait Implementations
impl RefUnwindSafe for Noopimpl UnwindSafe for NoopBlanket Implementations
Mutably borrows from an owned value. Read more