Skip to content

Support for discovering cross crate implementation of a Trait for types present in a foreign crates. #2437

Closed as not planned
@artech-git

Description

@artech-git

This idea came to my mind while opening my 19th tab for searching a implementation of the trait in my current crate I was working with, here is basically what I thought.

let's say you have a crate metrics, this crate has a amazing trait named Layer<R> and with some method present inside of it.

now let's say I wish to discover crates which implement this trait on it self, therefore instead of manually scrounging docs.rs maybe we have a tiny little button which helps us do that, directly from the page of the crate itself, in my understanding this can save redundant tab spawning as well.

Let me know what you guys think.

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