pub trait IntoArgs {
    fn into_args(self, command: Command) -> Command;
}
Expand description

Types compatible with command args

Required Methods

Implementations on Foreign Types

Implementors