Skip to content

Trait Write is not implemented for Cursor<Vec<u8>> and Cursor<&mut Vec<u8>>  #27

@overcat

Description

@overcat

Currently, trait Write is not implemented for Cursor<Vec<u8>> in cursor.rs. However, the standard library includes it. Is there a specific reason why this library doesn't support it?

If possible, can we add this implementation?

impl Write for Cursor<Vec<u8>> {
    // todo
}

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