Skip to main content

SharedView

Type Alias SharedView 

Source
pub type SharedView = Rc<RefCell<StreamView>>;
Expand description

A StreamView addressable from both the desktop and the event pump.

Aliased Typeยง

pub struct SharedView { /* private fields */ }