Type Definition gabelstaplerwm::wm::client::WeakClientRef [] [src]

type WeakClientRef = Weak<RefCell<Client>>;

Weak reference to a client.

Used to store references to clients that are placed in secondary structures, such as HashMaps storing the order of clients on specific tagsets.