crux_core::render

Function render

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

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