pub type string = basic_string<Pod<i8>>;Expand description
对应std::string
Aliased Type§
pub struct string { /* private fields */ }Implementations§
Source§impl string
impl string
Sourcepub fn new() -> <string as AbiType>::OutputType
pub fn new() -> <string as AbiType>::OutputType
cpp global function: std::unique_ptr<std::string> hicc::make_unique<std::string>()