pub trait RuntimeMessage: Message { }
Expand description

Implemented on all messages that come from the runtime.

Object Safety§

This trait is not object safe.

Implementors§