(&self)
| 194 | /// revealing the internal, platform-specific encodings. |
| 195 | #[inline] |
| 196 | pub fn bytes(&self) -> &[u8] { |
| 197 | self.inner.as_bytes() |
| 198 | } |
| 199 | |
| 200 | /// Copies the slice into an owned [`OsString`]. |
| 201 | /// |
no outgoing calls
no test coverage detected