Skip to main content

TokenTable

Type Alias TokenTable 

Source
pub type TokenTable<Id> = HashMap<RawToken, InstanceAccessDetails<Id>>;

Aliased Typeยง

pub struct TokenTable<Id> { /* private fields */ }