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

Added Ord and Hash as derived traits for tokio::time::Instant #2239

Merged
merged 1 commit into from
Feb 17, 2020

Commits on Feb 13, 2020

  1. Added Ord and Hash as derived traits for tokio::time::Instant

    The added derived traits mirror the traits of std::time::Instant. As
    tokio::time::Instant is just a wrapper around std::time::Instant, it
    should also derive all the traits std::time::Instant derives.
    tsidea committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    f6f65e6 View commit details
    Browse the repository at this point in the history