pub trait KeyToString {
// Required methods
fn to_string(self) -> Result<String, SdkUtilError>;
fn to_string_ref(&self) -> Result<String, SdkUtilError>;
}pub trait KeyToString {
// Required methods
fn to_string(self) -> Result<String, SdkUtilError>;
fn to_string_ref(&self) -> Result<String, SdkUtilError>;
}