pub type ExtractMessageFromComponent<C> = <C as Component>::Message;
Expand description

The associated Message type of a Component.