feat: Derive Debug for Bearer (#219)

This commit is contained in:
cameron1024 2023-02-03 17:59:38 +00:00 committed by GitHub
parent e600190107
commit 5edb456c70
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -98,6 +98,7 @@ fn read_segment_with_timeout(reader: &mut impl Read) -> Result<Option<Segment>,
}
*/
#[derive(Debug)]
pub enum Bearer {
Tcp(TcpStream),