Struct libp2p_kad::kbucket::PresentEntry
source · [−]pub struct PresentEntry<'a, TKey, TVal>(_);
Expand description
An entry present in a bucket.
Implementations
Sets the status of the entry to the provided NodeStatus
.
pub struct PresentEntry<'a, TKey, TVal>(_);
An entry present in a bucket.
Sets the status of the entry to the provided NodeStatus
.