Type Alias StringSymbol

Source
pub type StringSymbol = Symbol<true>;

Aliased Type§

pub struct StringSymbol(/* private fields */);

Implementations§

Source§

impl StringSymbol

Source

pub fn string(&self) -> impl Deref<Target = str> + 'static

Trait Implementations§

Source§

impl Display for StringSymbol

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more