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§

Source§

impl StatTypeStats for GameLogStats

Source§

type Hitting = WithNone<__SimplifiedGameLogStatsData>

Source§

type Pitching = WithNone<__SimplifiedGameLogStatsData>

Source§

type Fielding = WithNone<__SimplifiedGameLogStatsData>

Source§

type Catching = ()

Source§

impl StatTypeStats for PlayLogStats