#[derive(Debug)]
struct Message {
key: MessageKey,
- ago: u32,
t: SystemTime,
}
device: u16::from_be_bytes(value[4..=5].try_into().expect("I can't count")),
seq: u16::from_be_bytes(value[6..=7].try_into().expect("I can't count")),
},
- ago,
t: SystemTime::now() - Duration::new(ago.into(), 0),
}
}