Macro unwrap_output

Source
macro_rules! unwrap_output {
    ($output: ident, $buffer: expr, $host_fn:path, $($arg:expr),*) => { ... };
}
Expand description

Similar to output! but unwraps the result.