kernel

Macro seq_print

Source
macro_rules! seq_print {
    ($m:expr, $($arg:tt)+) => { ... };
}
Expand description

Write to a SeqFile with the ordinary Rust formatting syntax.