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 Errorimpl Send for Errorimpl Sync for Errorimpl Unpin for Errorimpl UnwindSafe for Error