Trait ToRepresentation

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

Required Methods§

Source

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

Implementors§