Trait crossterm::QueueableCommand
source · pub trait QueueableCommand {
// Required method
fn queue(&mut self, command: impl Command) -> Result<&mut Self>;
}Expand description
An interface for types that can queue commands for further execution.