Enum trace_tools::Error
source · [−]pub enum Error {
FlamegraphLayer(Error),
Flamegrapher(FlamegrapherErrorKind),
LogLayer(LogLayerErrorKind),
}Expand description
Error enum containing variants for any errors that could potentially occur in this crate.
Variants
FlamegraphLayer(Error)
Error originating from the FlamegraphLayer.
Flamegrapher(FlamegrapherErrorKind)
Error originating from the Flamegrapher.
LogLayer(LogLayerErrorKind)
Error originating from the LogLayer.
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for Error
impl !UnwindSafe for Error
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more