orion-error 0.7.2

Struct Error for Large Project
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
mod contextual;
mod conversion;
mod into_as;
mod owenance;

pub use contextual::ErrorWith;
pub use conversion::{
    ConvStructError, ErrorConv, ErrorWrapAs, ToStructError, WrapStructErrorAs,
};
pub use into_as::{raw_source, IntoAs, RawSource, RawStdError};
#[allow(deprecated)]
pub use owenance::{ErrorOwe, ErrorOweBase, ErrorOweSource, ErrorOweSourceBase};