Trait yoin_core::dic::unknown::CharCategorize [] [src]

pub trait CharCategorize {
    fn categorize(&self, ch: char) -> Category;
fn category_id(&self, ch: char) -> CategoryId; }

Required Methods

Implementors