Skip to main content

StructSerde

Trait StructSerde 

Source
pub trait StructSerde:
    Serialize
    + BytesHasLen
    + Deserialize { }
Expand description

Queue types for inter-task communication.

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§