`as_bytes()`を使う。 ```rust let a: &[u8] = "hoge".as_bytes(); ```