fauxpas 1.0.51

anyhow without `Ok`
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13

pub use anyhow::{
    Chain,
    Error,
    Context,
    // Ok,
    Result,
    anyhow,
    format_err,
    anyhow as fauxpas,
    bail,
    ensure,
};