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

Structs

Drain

An Iterator returned by RString::drain , which removes and yields all the characters in a range from the RString.

FromUtf8Error

Error that happens when attempting to convert an RVec<u8> into an RString.

IntoIter

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

RString

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