Skip to content

Commit

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

// TODO - Write a generic default implementation once
// `const std::any::type_name` is stable.
/// 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 edcc1f4

Please sign in to comment.