Module reth_network_api::noop

source ·
Expand description

Implementation of network traits for that does nothing. A network implementation that does nothing.

This is useful for wiring components together that don’t require network but still need to be generic over it.

Structs§

  • A type that implements all network trait that does nothing.