Skip to content

Better API for str extension #2

@tdymel

Description

@tdymel

Right now we have to specify the ArgumentKey and ArgumentValue explicitely.
It would be preferable to just write (0, "sth"), ("arg", 42) etc.
Same with the builder API.

I don't think current rust supports it. I believe we need full specialization support and negative trait bounds to support this feature.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions