Struct flex_error::TraceOnly [−][src]
pub struct TraceOnly<Tracer>(_);Expand description
An ErrorSource that contains only the error trace with no detail.
This can for example be used for upstream functions that return tracers like
eyre::Report directly.
Trait Implementations
type Source = Trace
type Source = Trace
The type of the error source.