Macro to_bytes

Source
macro_rules! to_bytes {
    ($a:expr) => { ... };
}
Expand description

‘to_bytes’ converts ‘*str’ into bytes.