Skip to content

OggWriter doesn't seem to need Seek  #643

Open
@Madoshakalaka

Description

@Madoshakalaka

I was trying to write an async adaptor and the Seek bound seems to make it impossible

pub struct OggWriter<W: Write + Seek> {

However, this bound seems totally unnecessary and unused. I removed all the Seek bounds and see no compile warnings.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions