Skip to main content

Symbol

Type Alias Symbol 

pub type Symbol = Interned<'static, str>;

Aliased Type§

#[repr(transparent)]
pub struct Symbol(pub &'static str, pub Private);

Tuple Fields§

§0: &'static str§1: Private