Thanks to visit codestin.com
Credit goes to docs.rs

CommandToString

Trait CommandToString 

Source
pub trait CommandToString {
    // Required method
    fn to_command_string(&self) -> String;
}
Expand description

Trait to convert a command to a string representation

Required Methods§

Implementations on Foreign Types§

Source§

impl CommandToString for Command

Implement the CommandToString trait for Command

Implementors§