make two fields pub
This commit is contained in:
parent
a7b97e22f5
commit
a20955437e
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user