Skip to main content

n0_snafu/
lib.rs

1mod error;
2mod spantrace;
3pub use tracing_error::ErrorLayer;
4
5pub use self::{
6    error::{Error, Result, ResultExt},
7    spantrace::SpanTrace,
8};