Skip to content
This repository was archived by the owner on May 20, 2020. It is now read-only.
This repository was archived by the owner on May 20, 2020. It is now read-only.

Think about sorting trait/impl methods #183

@djc

Description

@djc

As mentioned at RustFest, it would be nice if impl with lots of methods would be more organized. One way to do this would be to (make it possible to) sort by usage of self, so:

  • self-less methods (like constructors, class/static methods)
  • &self methods (like getters)
  • &mut self methods (like setters)
  • self methods (methods taking over ownership)

I think this would be particularly useful if you kind of know what you want to do, but don't know the exact name for what you're looking for.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions