pub trait SimpleCommandExt {
// Required methods
fn with_wayland_display(&mut self, display: &str) -> &mut Command;
fn spawn_and_forward_exit_code(&mut self) -> Result<(), Error>;
}Expand description
Extensions for Command.
Required Methods§
Sourcefn with_wayland_display(&mut self, display: &str) -> &mut Command
fn with_wayland_display(&mut self, display: &str) -> &mut Command
Sets the WAYLAND_DISPLAY environment variable.