☰
Trait Run
Required Methods
run
Implementors
Other items in
oursh
::
program
All crates
?
Trait
oursh
::
program
::
Run
[
−
]
[src]
pub trait Run { fn
run
(&self, runtime: &mut
Runtime
<'_>) ->
Result
<
WaitStatus
>; }
Required methods
[src]
fn
run
(&self, runtime: &mut
Runtime
<'_>) ->
Result
<
WaitStatus
>
Implementors
[src]
impl
Run
for oursh::program::posix::ast::
Command
[src]
impl
Run
for oursh::program::basic::
Command
[src]
impl<P:
Program
>
Run
for P