rustdoc search: allow combining a type based search with a name based search #131130
Labels
A-rustdoc-search
Area: Rustdoc's search feature
A-type-based-search
Area: Searching rustdoc pages using type signatures
T-rustdoc-frontend
Relevant to the rustdoc-frontend team, which will review and decide on the web UI/UX output.
usecase: i know
reqwest
has a method onResponse
that turns error status codes intoResult
. i know it probably has "error" in the name. it would be nice to be able to do something like"error" Response -> Result
to search for this.in this case, just
Response -> Result
works well enough, but that seems to be a coincidince due to async functions being ranked below sync functions.The text was updated successfully, but these errors were encountered: