Skip to content

Commit

Permalink
Add comment about make_trace_span (#609)
Browse files Browse the repository at this point in the history
  • Loading branch information
PoignardAzur authored Sep 24, 2024
1 parent 4ce6c33 commit d4f3fc8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions masonry/src/widget/widget.rs
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,9 @@ pub trait Widget: AsAny {
false
}

// TODO - Write a generic default implementation once
// `const std::any::type_name` is stable.
// See https://github.com/rust-lang/rust/issues/63084
/// Return a span for tracing.
///
/// As methods recurse through the widget tree, trace spans are added for each child
Expand Down

0 comments on commit d4f3fc8

Please sign in to comment.