[][src]Type Definition breadx::display::AsyncDisplayConnection

type AsyncDisplayConnection = Display<AsyncNameConnection>;

Implementations

impl AsyncDisplayConnection[src]

pub async fn create_async(
    name: Option<Cow<'_, str>>,
    auth_info: Option<AuthInfo>
) -> Result<Self>
[src]

Create a new connection to the X server, given an optional name and authorization information, async redox.