It doesn't seem like there's really a need to have `Err(_)` and `Ok(None)`. `Err(_)` means the set exists for the output, but doesn't have the appropriate workspace index. It's a bit odd that the set not even existing becomes `Ok(None)`. Instead, just return `Err(InvalidWorkspaceIndex)` in either case. |
||
|---|---|---|
| .. | ||
| backend | ||
| config | ||
| dbus | ||
| input | ||
| logger | ||
| shell | ||
| utils | ||
| wayland | ||
| debug.rs | ||
| main.rs | ||
| session.rs | ||
| state.rs | ||
| systemd.rs | ||
| theme.rs | ||
| xwayland.rs | ||