Type Alias SharedGraphicsServer

Source
pub type SharedGraphicsServer = Rc<dyn GraphicsServer>;
Expand description

A shared reference to a graphics server.

Aliased Typeยง

struct SharedGraphicsServer { /* private fields */ }