Skip to main content

TestResults

Type Alias TestResults 

Source
pub type TestResults = HashMap<String, Option<Token>>;
Expand description

Maps each tested token to its details, or None if the token is invalid.

Aliased Typeยง

pub struct TestResults { /* private fields */ }