Type Alias DesktopContext

Source
pub type DesktopContext = Rc<DesktopService>;
Expand description

A handle to the DesktopService that can be passed around.

Aliased Typeยง

struct DesktopContext { /* private fields */ }