Macro tartan_uefi::writeln_result
source ยท macro_rules! writeln_result { [$out:ident, $($args:expr),* $(,)?] => { ... }; }
Expand description
Write formatted data to an OutputStream
and return the last result, rather than a
dumb core::fmt::Error
.