Explorar el Código

Don't use option in PacketMeta.id.

Dario Nieuwenhuis hace 1 año
padre
commit
2b0ad1a278
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/phy/mod.rs

+ 1 - 1
src/phy/mod.rs

@@ -158,7 +158,7 @@ pub use self::tuntap_interface::TunTapInterface;
 #[non_exhaustive]
 pub struct PacketMeta {
     #[cfg(feature = "packetmeta-id")]
-    pub id: Option<u32>,
+    pub id: u32,
 }
 
 /// A description of checksum behavior for a particular protocol.