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