derive Debug

master
elfeiin 2024-04-27 21:46:54 -07:00
parent 1f54af9752
commit e24cc2ca87
Signed by: elfein
GPG Key ID: A53FDD4FD091A276
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ use std::ops::{
Sub,
};
#[derive(Copy, Clone)]
#[derive(Copy, Clone, Debug)]
pub struct Measurement<
const TIME: i8,
const LENGTH: i8,