Struct libp2p_kad::kbucket::EntryRefView
source · pub struct EntryRefView<'a, TPeerId, TVal> {
pub node: NodeRefView<'a, TPeerId, TVal>,
pub status: NodeStatus,
}
Expand description
An immutable by-reference view of a bucket entry.
Fields§
§node: NodeRefView<'a, TPeerId, TVal>
The node represented by the entry.
status: NodeStatus
The status of the node identified by the key.