Skip to main content

ToLexString

Trait ToLexString 

Source
pub trait ToLexString {
    // Required method
    fn to_lex_string(&self) -> String;
}
Expand description

Trait for converting a token to its string representation

Required Methods§

Implementors§