pub fn create_render_window_from_stream<'a, RenderStream: 'static + Send + Stream<Item = Vec<RenderAction>>, TProperties: 'a + FloWindowProperties>(
    render_stream: RenderStream,
    properties: TProperties
) -> impl Clone + Send + Stream<Item = DrawEvent>
Expand description

Creates a window that renders a stream of actions