The Wayback Machine - https://web.archive.org/web/20200916021010/https://github.com/hyperium/hyper/issues/2212
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add docs for IncompleteMessage and other Error kinds #2212

Open
jmhodges-signal opened this issue May 29, 2020 · 1 comment
Open

add docs for IncompleteMessage and other Error kinds #2212

jmhodges-signal opened this issue May 29, 2020 · 1 comment

Comments

@jmhodges-signal
Copy link

@jmhodges-signal jmhodges-signal commented May 29, 2020

It'd be cool to get the docs on IncompleteMessage and similar Kinds on docs.rs. Currently, they're hidden and google searching finds you to the source code first.

They seemed to have existed in ancient history, but no longer: https://docs.rs/hyper/0.11.22/hyper/error/enum.Error.html

@jmhodges-signal
Copy link
Author

@jmhodges-signal jmhodges-signal commented May 29, 2020

Oh, also, the description fn seems to have more clarity about the errors than the code comments do:

fn description(&self) -> &str {

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
2 participants
You can’t perform that action at this time.