SharedGraphicsServer

Type Alias SharedGraphicsServer 

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

A shared reference to a graphics server.

Aliased Typeยง

pub struct SharedGraphicsServer { /* private fields */ }