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 Repository object safe #1155

Open
wants to merge 2 commits into
base: repo-blanket-impl
Choose a base branch
from
Open

Make Repository object safe #1155

wants to merge 2 commits into from

Conversation

jrray
Copy link
Collaborator

@jrray jrray commented Nov 27, 2024

This involves moving the method that has generics into a separate trait,
and then by extension traits that needed that method into their own
separate traits.

Now it is possible to use dyn Repository which may become useful.

This type's implementation was awkwardly split across mod.rs and
handle.rs.

Signed-off-by: J Robert Ray <[email protected]>
This involves moving the method that has generics into a separate trait,
and then by extension traits that needed that method into their own
separate traits.

Now it is possible to use `dyn Repository` which may become useful.

Signed-off-by: J Robert Ray <[email protected]>
@jrray jrray added the pr-chain This PR doesn't target the main branch, don't merge! label Nov 27, 2024
@jrray jrray self-assigned this Nov 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr-chain This PR doesn't target the main branch, don't merge!
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant