zephyr_sdk::utils

Function soroban_string_to_alloc_string

source
pub fn soroban_string_to_alloc_string(env: &EnvClient, string: String) -> String
Expand description

Returns an allocated String object starting from a Soroban SDK String object.