Trait kodept_parse::lexer::traits::ToRepresentation

source ·
pub trait ToRepresentation
where Self: 'static,
{ // Required method fn representation(&self) -> &'static str; }

Required Methods§

source

fn representation(&self) -> &'static str

Implementors§