Trait soroban_sdk::IntoVal
source · pub trait IntoVal<E: Env, T> {
// Required method
fn into_val(&self, e: &E) -> T;
}
Expand description
Used to do conversions between values in the Soroban environment. Used to do conversions between values in the Soroban environment.