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