Macro std::prelude::Option::write

Re-export from std::fmt::write

macro write($fmt, $fmt_str, $arg...) { ... }

Write a formatted string into a given formatter.

Example