Trait devela::_deps::crossterm::ExecutableCommand
source · pub trait ExecutableCommand {
// Required method
fn execute(&mut self, command: impl Command) -> Result<&mut Self, Error>;
}
Available on crate feature
crossterm
only.Expand description
An interface for types that can directly execute commands.
Required Methods§
Object Safety§
This trait is not object safe.