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

Make types like Box<dyn DynAccess> implement Access #78

Commits on Jul 5, 2022

  1. Make types like Box<dyn DynAccess> implement Access

    by generalizing the P: Deref-implementation to ?Sized,
    and implementing Access for some `dyn DynAccess` trait object types.
    
    Not yet documented or polished, this commit's main purpose is to allow CI testing.
    steffahn committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    a113002 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b8a20b2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cdd4033 View commit details
    Browse the repository at this point in the history