added unit tests for sender and receiver
This commit is contained in:
parent
97d1ff9323
commit
a362d8ce5c
5 changed files with 323 additions and 31 deletions
|
|
@ -110,6 +110,7 @@ pub enum JsonPacketResponse {
|
|||
/// written from the perspective of the user and should give the user enough
|
||||
/// information to understand what went wrong and how they might be able to
|
||||
/// fix the problem.
|
||||
#[derive(Debug, PartialEq)]
|
||||
pub enum Status {
|
||||
/// Indicates that the event loop should continue processing events.
|
||||
Continue(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue