Type Definition gabelstaplerwm::wm::client::ClientRef
[−]
[src]
type ClientRef = Rc<RefCell<Client>>;
Strong reference to a client.
Used to store clients themselves. The wrapping is necessary to allow for weak references to exist.