(self)
| 522 | /// Consumes the WTF-8 string and tries to convert it to a vec of bytes. |
| 523 | #[inline] |
| 524 | pub fn into_bytes(self) -> Vec<u8> { |
| 525 | self.bytes |
| 526 | } |
| 527 | |
| 528 | /// Consumes the WTF-8 string and tries to convert it to UTF-8. |
| 529 | /// |
no outgoing calls
no test coverage detected