InternSymbol

Type Alias InternSymbol 

Source
pub type InternSymbol = SymbolUsize;

Aliased Type§

pub struct InternSymbol { /* private fields */ }

Trait Implementations§

Source§

impl From<StringSymbol> for InternSymbol

Source§

fn from(intern: StringSymbol) -> Self

Converts to this type from the input type.