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

Implement dynTrait for Gd<T: TraitA> #930

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Commits on Nov 18, 2024

  1. Configuration menu
    Copy the full SHA
    40f5d56 View commit details
    Browse the repository at this point in the history
  2. - add copyright to file

    Yarwin committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    06ea9d1 View commit details
    Browse the repository at this point in the history
  3. - Handle explicitly non-dispatchable methods.

    - Explicitly disallow using anything but associated functions for dynTrait objects.
    Yarwin committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    2ba0c15 View commit details
    Browse the repository at this point in the history
  4. - Fix dyn trait registration

    Yarwin committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    5b2256c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f599666 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b792e08 View commit details
    Browse the repository at this point in the history
  7. - Fix checking for Self: Sized bounds

    - Add minimalistic docs
    Yarwin committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    0e88d49 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    43aa173 View commit details
    Browse the repository at this point in the history