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