Enum nebari::AbortError
source · [−]pub enum AbortError<CallerError: Display + Debug = Infallible> {
Other(CallerError),
Nebari(Error),
}Expand description
An error that could come from user code or Nebari.
Variants
Other(CallerError)
An error unrelated to Nebari occurred.
Nebari(Error)
An error from Roots occurred.
Implementations
Unwraps the error contained within an infallible abort error.
Trait Implementations
Performs the conversion.