macro_rules! format_to {
($buf:expr) => { ... };
($buf:expr, $lit:literal $($arg:tt)*) => { ... };
}Expand description
Appends formatted string to a String.
macro_rules! format_to {
($buf:expr) => { ... };
($buf:expr, $lit:literal $($arg:tt)*) => { ... };
}Appends formatted string to a String.