pub trait WorkspaceHandler {
// Required methods
fn workspace_state(&mut self) -> &mut WorkspaceState;
fn done(&mut self);
}Available on crate feature
wayland and Linux only.pub trait WorkspaceHandler {
// Required methods
fn workspace_state(&mut self) -> &mut WorkspaceState;
fn done(&mut self);
}wayland and Linux only.