phron_finality
0.1.0
PeerId
Object Safety
Implementors
In phron_finality::sync
?
Trait
phron_finality
::
sync
::
PeerId
source
·
[
−
]
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