feat: Derive Debug for Bearer (#219)

This commit is contained in:
cameron1024 2023-02-03 17:59:38 +00:00 committed by GitHub
parent cd0212e5dc
commit e5d8950e9f

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),