Open
Description
When you are reading the documentation of a type sometimes it is difficult to find out, how one should actually create an instance of that type from the documentation.
Having a separate Constructors
section for each type, would be useful to navigate the documentation and understand how a type should be created (by calling what method/function) in unknown/unfamiliar crates.
Related pr: #107926