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.
pub enum Error { OutOfRangeNumber, }
Errors that can occur on Level creation or mutation
Out-of-range (invalid) embedding level number.
impl RefUnwindSafe for Error
impl Send for Error
impl Sync for Error
impl Unpin for Error
impl UnwindSafe for Error