Expand description
Standard-error ecosystem interop: bridge types for entering the standard
std::error::Error ecosystem.
Provides owned and borrowed wrappers that implement StdError and delegate
to the underlying StructError. Use these when you need to pass an
orion-error through an interface that expects dyn Error.
Structs§
Traits§
- RawStd
Error - Marker trait for explicitly opt-in raw
std::error::Errorsources.
Functions§
- raw_
source - Explicitly mark an opt-in raw
std::error::Erroras an unstructured source.