SubscriberExt::with
cant be used on a Box<dyn Subscriber>.
#2722
Unanswered
Devlyn-Nelson
asked this question in
Q&A
Replies: 1 comment 4 replies
-
If you can't call |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a reason
tracing_subscriber::sealed::Sealed
is private? because it removes the ability to useSubscriberExt
on something like aBox<dyn Subscriber>
because i can't requireSealed
.Beta Was this translation helpful? Give feedback.
All reactions