[][src]Trait korean::choseong::ChoseongInformation

pub trait ChoseongInformation {
    fn is_choseong(&self) -> bool;
fn is_normal_choseong(&self) -> bool;
fn is_compat_choseong(&self) -> bool;
fn has_choseong(&self) -> bool;
fn has_normal_choseong(&self) -> bool;
fn has_compat_choseong(&self) -> bool; }

Required methods

fn is_choseong(&self) -> bool

fn is_normal_choseong(&self) -> bool

fn is_compat_choseong(&self) -> bool

fn has_choseong(&self) -> bool

fn has_normal_choseong(&self) -> bool

fn has_compat_choseong(&self) -> bool

Loading content...

Implementations on Foreign Types

impl ChoseongInformation for u32[src]

impl ChoseongInformation for char[src]

Loading content...

Implementors

impl ChoseongInformation for Syllable[src]

Loading content...