We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10ca4d1 commit 1ae2110Copy full SHA for 1ae2110
src/osstringext.rs
@@ -5,7 +5,7 @@ use std::ffi::OsStr;
5
use std::os::unix::ffi::OsStrExt;
6
7
#[cfg(target_os = "windows")]
8
-trait OsStrExt3 {
+pub trait OsStrExt3 {
9
fn from_bytes(b: &[u8]) -> &Self;
10
fn as_bytes(&self) -> &[u8];
11
}
0 commit comments