write

Macro write 

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

Replaces write! using fmt syntax.