Add derive Debug

This commit is contained in:
Dominik Werder
2025-02-20 10:16:48 +01:00
parent 6f02fc13af
commit f2f8860be9

View File

@@ -1,5 +1,4 @@
use netpod::DtMs;
use std::fmt;
autoerr::create_error_v1!(
name(Error, "BinMsp"),
@@ -8,6 +7,7 @@ autoerr::create_error_v1!(
},
);
#[derive(Debug, Clone)]
pub enum PrebinnedPartitioning {
Sec1,
Sec10,