Function flo_draw::create_drawing_window_from_stream[][src]

pub fn create_drawing_window_from_stream<'a, DrawStream: 'static + Send + Unpin + Stream<Item = Vec<Draw>>, TProperties: 'a + FloWindowProperties>(
    canvas_stream: DrawStream,
    window_properties: TProperties
) -> impl Clone + Send + Stream<Item = DrawEvent>
Expand description

Creates a drawing window that will render a stream of drawing instructions