[][src]Trait korean::syllable::SyllableInformation

pub trait SyllableInformation {
    fn is_hangeul(&self) -> bool;
fn is_syllable(&self) -> bool;
fn is_jamo(&self) -> bool;
fn is_normal_jamo(&self) -> bool;
fn is_compat_jamo(&self) -> bool; }

Required methods

fn is_hangeul(&self) -> bool

fn is_syllable(&self) -> bool

fn is_jamo(&self) -> bool

fn is_normal_jamo(&self) -> bool

fn is_compat_jamo(&self) -> bool

Loading content...

Implementations on Foreign Types

impl SyllableInformation for u32[src]

impl SyllableInformation for char[src]

Loading content...

Implementors

Loading content...