MatchItemList

Type Alias MatchItemList 

Source
pub type MatchItemList = Vec<MatchItem>;
Expand description

A list of match items (used by both player and team match histories).

Aliased Typeยง

pub struct MatchItemList { /* private fields */ }