Skip to main content

ProgramMessage

Trait ProgramMessage 

Source
pub trait ProgramMessage:
    Clone
    + Send
    + Sync
    + Debug { }
Expand description

Type alias for any message type that can be used in programs

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§