serde
1.0.215
Module os_str
Structs
In serde::lib::core::ffi
Module
serde
::
lib
::
core
::
ffi
::
os_str
Copy item path
source
·
[
−
]
🔬
This is a nightly-only experimental API. (
os_str_display
)
Expand description
The
OsStr
and
OsString
types and associated utilities.
Structs
§
OsStr
Borrowed reference to an OS string (see
OsString
).
OsString
A type that can represent owned, mutable platform-native strings, but is cheaply inter-convertible with Rust strings.
Display
Experimental
Helper struct for safely printing an
OsStr
with
format!
and
{}
.