macro_rules! write_str { ($b:expr, $($t:expr),+) => { ... }; }
Helper macro for joining EncodeStr types, returning a string slice on success