Skip to main content

e

Macro e 

Source
macro_rules! e {
    ($($cmd:tt)*) => { ... };
}
Expand description

Execute a shell command and panic on error

§Example

let output = e!("echo Hello");