pub fn render<Effect, Event>() -> Command<Effect, Event>where Effect: From<Request<RenderOperation>> + Send + 'static, Event: Send + 'static,
Signal the shell that UI should be redrawn. Returns a Command.
Command