Enum hangeul::HangeulError [] [src]

pub enum HangeulError {
    NotSyllable,
    Uncomposable,
}

Variants

Trait Implementations

impl Debug for HangeulError
[src]

[src]

Formats the value using the given formatter.

impl Display for HangeulError
[src]

[src]

Formats the value using the given formatter. Read more

impl Error for HangeulError
[src]

[src]

A short description of the error. Read more

[src]

The lower-level cause of this error, if any. Read more