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

trace: remove redundant bounds implied by the trait definition #363

Closed

Commits on Mar 30, 2022

  1. trace: remove redundant bounds implied by the trait definition

    Many methods in DD are requiring the BatchReader and Cursor bounds on
    the Batch and Cursor associated types of a TraceReader respectively.
    However these bounds are already implied by the trait definition and can
    be omitted, resulting in simpler signatures.
    
    Signed-off-by: Petros Angelatos <[email protected]>
    petrosagg committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    1f51561 View commit details
    Browse the repository at this point in the history