#[derive(MessageData)] { // Attributes available to this derive: #[remote] #[message_data] }
Derive macro for the [MessageData][raui_core::messenger::MessageData] trait
MessageData
#[derive(MessageData, Debug, Clone)] pub enum AppMessage { ShowPopup(usize), ClosePopup, }