pub type FromOrchestra<M> = FromOrchestra<M, OverseerSignal>;Expand description
Specialized message type originating from the overseer.
Aliased Type§
enum FromOrchestra<M> {
Signal(OverseerSignal),
Communication {
msg: M,
},
}Variants§
Signal(OverseerSignal)
Signal from the Orchestra.
Communication
Some other Subsystem’s message.
Fields
§
msg: MContained message