Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
core:
impl<S: Subscriber + ?Sized> Subscriber
for Box<S>
, Arc<S>
(
#2161) These broader impls supersede the previous impls where the inner type was a `dyn Subscriber`. With these generic impls, you no longer must (but still can, if you wish) cast the inner type of a boxed or arc'd subscriber to `dyn Subscriber` to use it as a `Subscriber`.
- Loading branch information