Module style_traits::owned_str
source · Expand description
A replacement for Box<str>
that has a defined layout for FFI.
Structs§
- A struct that basically replaces a Box
, but with a defined layout, suitable for FFI.
A replacement for Box<str>
that has a defined layout for FFI.