macro_rules! write {
    ($dst:expr, $($tt:tt)*) => { ... };
}
Expand description

Replaces write! using xfmt syntax.