pub type ScoringDealer = Scoring<ScoringDealerType>;Expand description
A strongly typed alias for scoring operations associated with the dealer.
This type ensures that scoring computations relating to the dealer are handled distinctly from other scoring domains.
Aliased Typeยง
pub struct ScoringDealer { /* private fields */ }