pub trait RuntimeMessage: Message { }
Expand description
Implemented on all messages that come from the runtime.
Object Safety§
This trait is not object safe.
pub trait RuntimeMessage: Message { }
Implemented on all messages that come from the runtime.