pub trait IntoSharedMessage {
    // Required method
    fn into_shared(self) -> Box<dyn SharedMessage>;
}

Required Methods§

Implementors§