Trait conductor::exec::ToArgs [] [src]

pub trait ToArgs {
    fn to_args(&self) -> Vec<OsString>;
}

Trait for types which can be converted to command-line arguments.

Required Methods

Convert this type to command-line arguments.

Implementors