(&self)
| 848 | /// Access raw bytes of WTF-8 data |
| 849 | #[inline] |
| 850 | pub const fn as_bytes(&self) -> &[u8] { |
| 851 | &self.bytes |
| 852 | } |
| 853 | |
| 854 | /// Tries to convert the string to UTF-8 and return a `&str` slice. |
| 855 | /// |
no outgoing calls
no test coverage detected