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,tracing-subscriber: more downcast_ref & is methods #2160

Merged
merged 2 commits into from Jun 13, 2022

Commits on Jun 10, 2022

  1. tracing-core,tracing-subscriber: more downcast_ref & is methods

    Adds inherent `downcast_ref` and `is` inherent methods to:
      - `dyn Subscriber + Send`
      - `dyn Subscriber + Sync`
      - `dyn Subscriber + Send + Sync`
      - `Layered`
    
    These additional implementations reduce the circumstances in which one
    must cast to `dyn Subscriber` (which, previously, was the only type for
    which `downcast_ref` and `is` were available).
    jswrenn committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    331e9f0 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2022

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