pub type BeliefKey = (String, String, Bucket);Expand description
Key for DelegationState::beliefs. Stored as owned strings so the
map serialises cleanly and survives across process boundaries.
pub type BeliefKey = (String, String, Bucket);Key for DelegationState::beliefs. Stored as owned strings so the
map serialises cleanly and survives across process boundaries.