Skip to content

BytesMut does not implement io::Write #425

Open
@Ten0

Description

@Ten0

Is there any particular reason why BytesMut does not implement std::io::Write? Vec<u8> has it implemented. It looks like BytesMut should support that as well.

(NB: BytesMut has std::fmt::Write implemented, I'm talking about io::Write here, which is a different trait)

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