pub type SharedGraphicsServer = Rc<dyn GraphicsServer>;Expand description
A shared reference to a graphics server.
Aliased Typeยง
struct SharedGraphicsServer { /* private fields */ }pub type SharedGraphicsServer = Rc<dyn GraphicsServer>;A shared reference to a graphics server.
struct SharedGraphicsServer { /* private fields */ }