Skip to content

Commit

Permalink
Add back the doc-comment for ChannelStream
Browse files Browse the repository at this point in the history
  • Loading branch information
lowlevl authored and Eugeny committed Sep 26, 2023
1 parent 206991b commit fe3717f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions russh/src/channels/channel_stream.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ use super::{
ChannelId, ChannelMsg,
};

/// AsyncRead/AsyncWrite wrapper for SSH Channels
pub struct ChannelStream<S>
where
S: From<(ChannelId, ChannelMsg)> + 'static,
Expand Down

0 comments on commit fe3717f

Please sign in to comment.