tape: derive Debug for ElementType (fix previous commit)
Signed-off-by: Dietmar Maurer <dietmar@proxmox.com>
This commit is contained in:
parent
24bfaa646e
commit
9c1c0780c2
@ -247,7 +247,7 @@ pub fn transfer_medium<F: AsRawFd>(
|
||||
Ok(())
|
||||
}
|
||||
|
||||
#[derive(Clone, Copy)]
|
||||
#[derive(Clone, Copy, Debug)]
|
||||
enum ElementType {
|
||||
MediumTransport,
|
||||
Storage,
|
||||
|
Loading…
x
Reference in New Issue
Block a user