Why is Subscriber 'static. #1491
Answered
by
nathan-at-least
nathan-at-least
asked this question in
Q&A
-
I'm exploring tracing by attempting to write a subscriber that writes information to a file. Why is Subscriber A more general rust question: how do I manage an open file with that constraint in my toy subscriber? |
Beta Was this translation helpful? Give feedback.
Answered by
nathan-at-least
Aug 4, 2021
Replies: 1 comment
-
I misunderstood what |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
hawkw
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I misunderstood what
'static
trait bounds imply, so this question is moot. Sorry for the noise.