use std::collections::HashMap; use std::slice::Iter; pub struct Session { pub steam_name: String, pub passcode: String, }