Type Definition game_features::UserRepository[][src]

type UserRepository<T> = Vec<User<T>>;
Expand description

The list of all known users.