Skip to main content

InternKey

Type Alias InternKey 

Source
pub type InternKey = Spur;
Expand description

Type alias for interned string keys (lasso::Spur).

These keys are compact integer identifiers that reference strings stored in a StringInterner.

Aliased Typeยง

pub struct InternKey { /* private fields */ }