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

Required Methods§

Implementations on Foreign Types§

source§

impl UnicodeBlockMethod for char

Implementors§