Skip to main content

fmt

Macro fmt 

Source
macro_rules! fmt {
    ($buf:expr, $($arg:tt)*) => { ... };
}
Expand description

Formats into a byte buffer using core::fmt::Write, returning bytes written.