Enum unicode_bidi::level::Error [−][src]
pub enum Error { OutOfRangeNumber, }
Errors that can occur on Level creation or mutation
Variants
OutOfRangeNumber
Out-of-range (invalid) embedding level number.
Trait Implementations
impl Debug for Error
[src]
impl Debug for Error
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl PartialEq for Error
[src]
impl PartialEq for Error