pub type DesktopContext = Rc<DesktopService>;
Expand description
A handle to the DesktopService
that can be passed around.
Aliased Typeยง
struct DesktopContext { /* private fields */ }
pub type DesktopContext = Rc<DesktopService>;
A handle to the DesktopService
that can be passed around.
struct DesktopContext { /* private fields */ }