Enum rate_ui::widget::Msg [−][src]
pub enum Msg<T: Widget> {
LiveIncomingWired(WireEnvelope<ClientReqId, LiveResponse>),
GraphicsIncoming(GraphicsResponse),
Event(T::Event),
InPlace(Box<dyn WidgetCallbackFn<T>>),
}Variants
LiveIncomingWired(WireEnvelope<ClientReqId, LiveResponse>)Tuple Fields of LiveIncomingWired
GraphicsIncoming(GraphicsResponse)Tuple Fields of GraphicsIncoming
Event(T::Event)Tuple Fields of Event
0: T::EventInPlace(Box<dyn WidgetCallbackFn<T>>)Tuple Fields of InPlace
0: Box<dyn WidgetCallbackFn<T>>Trait Implementations
Performs the conversion.
Performs the conversion.