JC
Size: a a a
JC
IB
E
MK
JĐ
E
ИЛ
MK
MK
'a
as defined on the impl at 33:6...&mut UDPServer
&'a mut UDPServer
[closure@src/network/udp.rs:80:43: 82:30]
will meet its required lifetime boundsrustc --explain E0495
.udpserver
ИЛ
'a
as defined on the impl at 33:6...&mut UDPServer
&'a mut UDPServer
[closure@src/network/udp.rs:80:43: 82:30]
will meet its required lifetime boundsrustc --explain E0495
.udpserver
but, the lifetime must be valid for the static lifetime
ИЛ
'a
as defined on the impl at 33:6...&mut UDPServer
&'a mut UDPServer
[closure@src/network/udp.rs:80:43: 82:30]
will meet its required lifetime boundsrustc --explain E0495
.udpserver
'static
, так что тебе нужно либо передать владение, либо статическую ссылкуMK
MK
MK
PP
PP
MK
PP