pub type DisplayConnection = BasicDisplay<BufConnection<NameConnection>>;
Expand description

A Display that has connected to an X11 server using the usual transports.

This is a good default Display to use in most cases.

Implementations

Connect to the server using the given display name.