pub trait Weighted: Send + Sync { // Required method fn weight(&self) -> u32; }
Exposes a weight for weighted strategies. Higher weight = more traffic.
Relative weight of this node. A node with weight 4 receives roughly twice the traffic of a node with weight 2.