Function minority_game_server::collect_players[][src]

pub(crate) async fn collect_players(
    clients: &[ConnectedClient<Game>]
) -> Result<(Vec<CollectionDocument<Player>>, HashMap<u64, ConnectedClient<Game>>), Error>