devimint
0.6.0-alpha
ToCmd
Ext
Required Methods
cmd
Implementations on Foreign Types
&str
Vec<String>
Implementors
In devimint::
util
devimint
::
util
Trait
ToCmdExt
Copy item path
Source
pub trait ToCmdExt { // Required method fn
cmd
(self) ->
Command
; }
Required Methods
§
Source
fn
cmd
(self) ->
Command
Implementations on Foreign Types
§
Source
§
impl
ToCmdExt
for &
str
Source
§
fn
cmd
(self) ->
Command
Source
§
impl
ToCmdExt
for
Vec
<
String
>
Source
§
fn
cmd
(self) ->
Command
Implementors
§