Trait ispm_wrapper::ToArgs

source ·
pub trait ToArgs {
    // Required method
    fn to_args(&self) -> Vec<String>;
}
Expand description

An implementor can convert itself into a list of command-line arguments

Required Methods§

source

fn to_args(&self) -> Vec<String>

Convert this implementor into a list of command-line arguments

Implementors§