pub type SharedMessage = Arc<Message>;
Shared message type for zero-copy broadcasting
pub struct SharedMessage { /* private fields */ }