macro_rules! fmt {
($buf:expr, $($arg:tt)*) => { ... };
}Expand description
Formats into a byte buffer using core::fmt::Write, returning bytes written.
macro_rules! fmt {
($buf:expr, $($arg:tt)*) => { ... };
}Formats into a byte buffer using core::fmt::Write, returning bytes written.