mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-13 00:00:24 +02:00
Remove references to EasyFramed and easy module.
This commit is contained in:
+2
-2
@@ -156,9 +156,9 @@ pub trait Io: io::Read + io::Write {
|
||||
/// value that indicates "would block" the current future's task is arranged to
|
||||
/// receive a notification when the method would otherwise not indicate that it
|
||||
/// would block.
|
||||
///
|
||||
//
|
||||
/// For a sample implementation of `FramedIo` you can take a look at the
|
||||
/// `EasyFramed` type in the `easy` module of htis crate.
|
||||
/// `Framed` type in the `frame` module of this crate.
|
||||
#[doc(hidden)]
|
||||
#[deprecated(since = "0.1.1", note = "replaced by Sink + Stream")]
|
||||
pub trait FramedIo {
|
||||
|
||||
Reference in New Issue
Block a user