feat(secure): add saving of reports into the report folder

This commit is contained in:
DJMrTV 2025-02-04 17:08:04 +01:00
commit d8c184171d
5 changed files with 53 additions and 2 deletions

View file

@ -22,6 +22,7 @@ pub mod buffer;
pub mod connection_data;
pub mod rmc_struct;
pub mod list;
pub mod qbuffer;
pub trait RmcSerialize: Sized{
fn serialize(&self, writer: &mut dyn Write) -> Result<()>;