feat: Derive Debug for Bearer (#219)
This commit is contained in:
parent
cd0212e5dc
commit
e5d8950e9f
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