Skip to main content

StatTypeStats

Trait StatTypeStats 

Source
pub trait StatTypeStats {
    type Hitting: Stat;
    type Pitching: Stat;
    type Fielding: Stat;
    type Catching: Stat;
}

Required Associated Types§

Implementors§