pub trait IntoDataValue {
    fn into_data_value(self) -> Result<DataValue, StellarSdkError>;
}

Required Methods

Implementors