feat(secure): add saving of reports into the report folder
This commit is contained in:
parent
d69d0a5f6b
commit
d8c184171d
5 changed files with 53 additions and 2 deletions
|
|
@ -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<()>;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue