ohno 0.3.5

High-quality Rust error handling.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.

//! App module tests.

#[cfg(all(feature = "test-util", feature = "app-err"))]
mod app {
    mod app_err;
    mod bail;
    mod base;
    mod chain;
    mod construction;
    mod conversion;
    mod enrich_err;
    mod into_std_error;
    mod into_trait;
    mod root_cause;
}