pub type InternSymbol = SymbolUsize;Aliased Type§
pub struct InternSymbol { /* private fields */ }Trait Implementations§
Source§impl From<StringSymbol> for InternSymbol
impl From<StringSymbol> for InternSymbol
Source§fn from(intern: StringSymbol) -> Self
fn from(intern: StringSymbol) -> Self
Converts to this type from the input type.