Skip to content

io::reader_util should be parameterized over readers #2903

Closed
@eholk

Description

@eholk
impl reader_util for reader {
    ...
}

should be

impl<T: reader> reader_util for T {
    ...
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    C-enhancementCategory: An issue proposing an enhancement or a PR with one.E-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions