Module abi_stable::std_types::string[][src]

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 an RString.

An Iterator created by <RString as IntoIterator>::into_iter, which yields all the characters from the RString, consuming it in the process.

Ffi-safe equivalent of std::string::String.