Function render

Source
pub fn render<Effect, Event>() -> Command<Effect, Event>
where Effect: From<Request<RenderOperation>> + Send + 'static, Event: Send + 'static,
Expand description

Signal to the shell that the UI should be redrawn. Returns a Command.