Codepoint

Trait Codepoint 

Source
pub trait Codepoint {
    // Required method
    fn display(&self) -> String;
}

Required Methods§

Source

fn display(&self) -> String

Trait Implementations§

Source§

impl IntoXML for dyn Codepoint

Source§

fn xml(&self) -> Element

Implementations on Foreign Types§

Source§

impl Codepoint for char

Source§

fn display(&self) -> String

Implementors§