feat: Derive Debug for Bearer (#219)
This commit is contained in:
parent
e600190107
commit
5edb456c70
1 changed files with 1 additions and 0 deletions
|
|
@ -98,6 +98,7 @@ fn read_segment_with_timeout(reader: &mut impl Read) -> Result<Option<Segment>,
|
|||
}
|
||||
*/
|
||||
|
||||
#[derive(Debug)]
|
||||
pub enum Bearer {
|
||||
Tcp(TcpStream),
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue