write_str

Macro write_str 

Source
macro_rules! write_str {
    ($b:expr, $($t:expr),+) => { ... };
}
Expand description

Helper macro for joining EncodeStr types, returning a string slice on success