Enum unicode_bidi::level::Error[][src]

pub enum Error {
    OutOfRangeNumber,
}

Errors that can occur on Level creation or mutation

Variants

Out-of-range (invalid) embedding level number.

Trait Implementations

impl Debug for Error
[src]

Formats the value using the given formatter. Read more

impl PartialEq for Error
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for Error

impl Sync for Error