Skip to content

Chore: remove MakeSendMarker in favor of direct methods on the underlying types #530

@vn971

Description

@vn971

Currently, async-usercalls uses an artificial MakeSendMarker trait to specify type boundaries for ByteBuffer, User<ByteBuffer>, User<[u8]> (see async-usercalls/src/utils.rs).

Instead, we could implement some of the underlying methods in those 3 types directly. This requires "upstreaming", so we'll first have to wait for async-usercalls changes to be accepted in the rust-lang repository.

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