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

SyncIOBridge: Add into_inner #5971

Merged
merged 1 commit into from
Sep 1, 2023

Commits on Sep 1, 2023

  1. SyncIOBridge: Add into_inner

    This keeps us in sync with other I/O wrapper types (e.g. `BufWriter`).
    
    I was working on this change
    ostreedev/ostree-rs-ext@13455cc
    and it would have been helpful to be able to call this API
    so I can return the input stream back to the caller in order
    to extend its lifetime.
    cgwalters committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    65da010 View commit details
    Browse the repository at this point in the history