macro_rules! result {
    ($cmd:expr, $ctx:expr) => { ... };
}
Expand description

alias of Ok(ActionResult::Result(cmd, ctx))