Expand description
The string
module defines the String
type which represents UTF8 encoded strings.
Structs§
- String
- Rust: prefer using Rust’s native
String
which implementsMoveType
. - String
Type Tag
The string
module defines the String
type which represents UTF8 encoded strings.
String
which implements
MoveType
.