You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 7, 2021. It is now read-only.
You could imagine (2) working by removing open from the FileOperations trait, and adding an Open trait, and in addition to the open builder method, adding e.g. open_nonseekable() that binds to the kernel method.
Err, I apparently don't have brain cells to rub together. open is a function on the trait, not a function-ptr in a const on it. Which means this just needs to be a function that open delegates to. Functions calling functions is good.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Needed for #110
The text was updated successfully, but these errors were encountered: