macro_rules! run_result {
    ($($args:tt)*) => { ... };
}
Expand description

Like run_output!, but fixes the return type to Result<T, Error>, where T is any type that implements Output.