KeyToString

Trait KeyToString 

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

Required Methods§

Implementors§