[][src]Macro cmd_lib::output

macro_rules! output {
    ($($arg:tt)*) => { ... };
}

To return FunResult

fn foo() -> FunResult
...
output!("yes");