Module abi_stable::std_types::string
source · Expand description
Contains an ffi-safe equivalent of std::string::String
.
Structs§
- An Iterator returned by
RString::drain
, which removes and yields all the characters in a range from the RString. - Error that happens when attempting to convert an
RVec<u8>
into anRString
. - An Iterator created by
<RString as IntoIterator>::into_iter
, which yields all the characters from theRString
, consuming it in the process. - Ffi-safe equivalent of
std::string::String
.