macro_rules! sendstr { ($source:expr, $fmt:expr $(, $arg:expr)*) => { ... }; }
A convenience macro to “print” formatted text to a Source.
Source