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

Splittable trait #643

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Splittable trait #643

wants to merge 1 commit into from

Conversation

shimunn
Copy link

@shimunn shimunn commented Jan 11, 2025

Adds splittable trait, signifying that the implementor can be split into an read and write instance

@shimunn shimunn requested a review from a team as a code owner January 11, 2025 23:43
@MabezDev
Copy link
Member

MabezDev commented Feb 7, 2025

Do you have a particular use case in mind for this trait? Would it not be better to structure your code in a way to accept the read and write halves separately instead of splitting once the full driver has been passed?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants