Macro kernel::fmt

source ·
macro_rules! fmt {
    ($($f:tt)*) => { ... };
}
Expand description

A convenience alias for core::format_args.

This documentation is an old archive. Please see https://rust.docs.kernel.org instead.