Skip to main content

NetworkSerializer

Trait NetworkSerializer 

Source
pub trait NetworkSerializer: Serializer<NetworkSerializationContext> { }
Expand description

The specific packet Serializer type used within netstack3.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§