Type Alias we_cdk::String

source ยท
pub type String<'a> = &'a str;
Expand description

String is a string data type. Strings are UTF-8 encoded.