TokenToString

Trait TokenToString 

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

A trait required to display a token nicely

Required Methods§

Source

fn to_string(&self) -> String

Implementations on Foreign Types§

Source§

impl<TT: Display> TokenToString for Option<&Token<TT>>

Implementors§