Struct solana_jsonrpc_core::NoopMiddleware[][src]

pub struct NoopMiddleware;

No-op middleware implementation

Trait Implementations

impl Debug for Noop
[src]

Formats the value using the given formatter. Read more

impl Default for Noop
[src]

Returns the "default value" for a type. Read more

impl<M: Metadata> Middleware<M> for Noop
[src]

A returned 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