Skip to content

Commit e74b11a

Browse files
author
Jonas Bostoen
committed
chore(transport): rm unused comments
1 parent 9f99f77 commit e74b11a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

msg-transport/src/durable/session.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@ pub type PendingIo<Io> = Pin<Box<dyn Future<Output = io::Result<Io>> + Send>>;
1818
/// A layer can be applied to pre-process a newly established IO object. If you need
1919
/// multiple layers, use a single top-level layer that contains and calls the other layers.
2020
pub trait Layer<Io: AsyncRead + AsyncWrite>: 'static {
21-
/// The type of the IO object that is processed.
22-
// type Io: AsyncRead + AsyncWrite;
23-
2421
/// The processing method. This method is called with the IO object that
2522
/// should be processed, and returns a future that resolves to a processing error
2623
/// or the processed IO object.

0 commit comments

Comments
 (0)