pub trait PeerId: Debug + Clone + Hash + Eq { }
Expand description

The identifier of a connected peer.

Object Safety§

This trait is not object safe.

Implementors§

source§

impl<T: Debug + Clone + Hash + Eq> PeerId for T