Skip to content

Commit

Permalink
feat: Derive Debug for Bearer (#219)
Browse files Browse the repository at this point in the history
  • Loading branch information
cameron1024 authored Feb 3, 2023
1 parent e600190 commit 5edb456
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pallas-multiplexer/src/bearers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ fn read_segment_with_timeout(reader: &mut impl Read) -> Result<Option<Segment>,
}
*/

#[derive(Debug)]
pub enum Bearer {
Tcp(TcpStream),

Expand Down

0 comments on commit 5edb456

Please sign in to comment.