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)]
|
#[derive(Debug, Copy, Clone, PartialEq)]
|
||||||
pub struct SizeMissmatch {
|
pub struct SizeMissmatch {
|
||||||
found: usize,
|
pub found: usize,
|
||||||
expected: usize,
|
pub expected: usize,
|
||||||
}
|
}
|
||||||
#[derive(Debug, Copy, Clone, PartialEq)]
|
#[derive(Debug, Copy, Clone, PartialEq)]
|
||||||
pub enum PacketError {
|
pub enum PacketError {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user