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

List all structs that concretely contain a type #162

Open
Havvy opened this issue Aug 21, 2017 · 0 comments
Open

List all structs that concretely contain a type #162

Havvy opened this issue Aug 21, 2017 · 0 comments

Comments

@Havvy
Copy link

Havvy commented Aug 21, 2017

For structs, unions, and enums include a section Types Containing that lists all of the structs, unions, and enums containing that type concretely.

For traits, do the same but call the section Types Containing Trait Objects.

For example, say we have the following code:

struct Contained;

struct ContainerOf(Contained);

then the Contained documentation would have a section Types Containing that has a list item ContainerOf that links to that structs documentation.


Note that there is no expectation that this be done anytime soon.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants