make two fields pub

This commit is contained in:
Robin Müller 2022-08-08 02:02:54 +02:00
parent a7b97e22f5
commit a20955437e
No known key found for this signature in database
GPG Key ID: 71B58F8A3CDFA9AC

View File

@ -40,8 +40,8 @@ pub mod tm;
#[derive(Debug, Copy, Clone, PartialEq)]
pub struct SizeMissmatch {
found: usize,
expected: usize,
pub found: usize,
pub expected: usize,
}
#[derive(Debug, Copy, Clone, PartialEq)]
pub enum PacketError {