[][src]Macro cast_wd::bytes

macro_rules! bytes {
    ($value:expr) => { ... };
}

转换类型为&[u8]

#Examples

let s = "hello world";
let a = bytes!(s);