Trait glifparser::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§