Trait MeasurablePeer
pub trait MeasurablePeer {
// Required methods
fn peer(&self) -> &OffchainPublicKey;
fn rtt(&self) -> Duration;
}Expand description
Measurable neighbor peer attributes.
pub trait MeasurablePeer {
// Required methods
fn peer(&self) -> &OffchainPublicKey;
fn rtt(&self) -> Duration;
}Measurable neighbor peer attributes.