Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tracing-core: impl<C: Collect + ?Sized> Collect for Box<C>, Arc<C> #2161

Merged
merged 3 commits into from Jun 16, 2022

Commits on Jun 10, 2022

  1. tracing-core: impl<C: Collect + ?Sized> Collect for Box<C>, Arc<C>

    These broader impls supersede the previous impls where the inner type was a
    `dyn Collect`. With these generic impls, you no longer must (but still can,
    if you wish) cast the inner type of a boxed or arc'd collector to
    `dyn Collect` to use it as a `Collect`.
    jswrenn committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    ea5a099 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2022

  1. Configuration menu
    Copy the full SHA
    383981e View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2022

  1. Configuration menu
    Copy the full SHA
    9a1b689 View commit details
    Browse the repository at this point in the history