Module libp2p_rs::core::routing[][src]

Routing provides the capability of finding a peer with the given peer Id.

The Routing traits is implemented on types that provide the find_peer method..

Traits

Routing

routing trait for finding a peer.

Type Definitions

IRouting