Trait RunnableCommand

Source
pub trait RunnableCommand<'a>: Sized
where Runner<'a>: From<Self>,
{ // Provided method fn run(self) -> Result<()> { ... } }
Available on crate feature os_cmd only.

Provided Methods§

Source

fn run(self) -> Result<()>

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§