write

Macro write 

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

Helper macro for joining EncodeStr types, returning the number of bytes written on success