You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ReadToEnd and ReadExact are exposed, for example, but Read is not, making it impossible for code outside of tokio to refer to the return type of tokio_core::io::read.
The text was updated successfully, but these errors were encountered:
https://github.com/tokio-rs/tokio-core/blob/master/src/io/mod.rs#L47
ReadToEnd
andReadExact
are exposed, for example, butRead
is not, making it impossible for code outside of tokio to refer to the return type oftokio_core::io::read
.The text was updated successfully, but these errors were encountered: