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