Struct yew::html::ContextSender [] [src]

pub struct ContextSender<MSG> { /* fields omitted */ }

This class keeps a sender to a context to send a messages to a loop and to schedule the next update call.

Methods

impl<MSG> ContextSender<MSG>
[src]

[src]

Send the message and schedule an update.