Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
dinhani-cw committed Jun 3, 2024
1 parent 6fad4ed commit a6afe24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ext.rs
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ macro_rules! channel_read_impl {

/// Extensions for `tracing::Span`.
pub trait SpanExt {
/// Applies the provided function to the current span.
fn with<F>(fill: F)
where
F: Fn(Span),
Expand Down

0 comments on commit a6afe24

Please sign in to comment.