pub trait CommandToString {
// Required method
fn to_command_string(&self) -> String;
}
Expand description
Trait to convert a command to a string representation
Required Methods§
fn to_command_string(&self) -> String
Implementations on Foreign Types§
Source§impl CommandToString for Command
Implement the CommandToString
trait for Command
impl CommandToString for Command
Implement the CommandToString
trait for Command