Trait mas_tower::EnrichSpan
source · pub trait EnrichSpan<T> {
// Required method
fn enrich_span(&self, span: &Span, t: &T);
}
Expand description
A trait for enriching a span with information a structure.
pub trait EnrichSpan<T> {
// Required method
fn enrich_span(&self, span: &Span, t: &T);
}
A trait for enriching a span with information a structure.