This commit is contained in:
parent
53fe3333f0
commit
27b4644730
12 changed files with 852 additions and 642 deletions
|
|
@ -77,7 +77,7 @@ impl TryFrom<Vec<u8>> for Packet {
|
|||
}
|
||||
}
|
||||
|
||||
#[derive(Debug, Event)]
|
||||
#[derive(Debug, Message)]
|
||||
pub struct OutboundPacket(pub Packet);
|
||||
|
||||
impl From<Packet> for OutboundPacket {
|
||||
|
|
@ -86,7 +86,7 @@ impl From<Packet> for OutboundPacket {
|
|||
}
|
||||
}
|
||||
|
||||
#[derive(Debug, Event)]
|
||||
#[derive(Debug, Message)]
|
||||
pub struct InboundPacket(pub Packet);
|
||||
|
||||
impl From<Packet> for InboundPacket {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue