Trait ractor::port::output::OutputMessage

source ·
pub trait OutputMessage: Message + Clone { }
Expand description

Output messages, since they need to be replicated, require Clone in addition to the base Message constraints

Object Safety§

This trait is not object safe.

Implementors§