Module wayland_backend::rs::server

source ·
Expand description

Server-side rust implementation of a Wayland protocol backend

The main entrypoint is the Backend::new() method.

Structs§

Enums§

  • Describes why a client has been disconnected from the server.
  • An error type representing the failure to initialize a backend

Traits§

  • A trait representing your data associated to a client
  • A trait representing the handling of new bound globals
  • A trait representing your data associated to an object