macro_rules! unwrap_output {
($output: ident, $buffer: expr, $host_fn:path, $($arg:expr),*) => { ... };
}
Expand description
Similar to output!
but unwraps the result.
macro_rules! unwrap_output {
($output: ident, $buffer: expr, $host_fn:path, $($arg:expr),*) => { ... };
}
Similar to output!
but unwraps the result.