pub trait SpanExt {
// Required methods
fn set_output(&self, output: &str);
fn set_error(&self, error: &str);
}Expand description
Extension trait for spans
Required Methods§
Sourcefn set_output(&self, output: &str)
fn set_output(&self, output: &str)
Set the span output