pub type TestResults = HashMap<String, Option<Token>>;
Maps each tested token to its details, or None if the token is invalid.
None
pub struct TestResults { /* private fields */ }