write_bytes

Macro write_bytes 

Source
macro_rules! write_bytes {
    ($w:ident, $s:ident) => { ... };
}
Expand description

Write a byte string, including leading and trailing quotes.

This maps all non-ASCII u8s to \xXX.