Trait UnicodeBlockMethod

Source
pub trait UnicodeBlockMethod {
    // Required method
    fn block(&self) -> Option<UnicodeBlock>;
}

Required Methods§

Implementations on Foreign Types§

Source§

impl UnicodeBlockMethod for char

Implementors§