Type Alias Connection

Source
pub type Connection = Connection<Device<Device, Device>, Device>;
Expand description

Either a Wayland or an X11 display server connection.

Aliased Type§

pub enum Connection {
    Default(Connection<Device, Device>),
    Alternate(Connection),
}

Variants§

§

Default(Connection<Device, Device>)

The default connection to the display server.

§

Alternate(Connection)

The alternate connection to the display server.