Trait soroban_sdk::IntoVal

pub trait IntoVal<E, V>: Sizedwhere
    E: Env,
{ fn into_val(self, env: &E) -> V; fn into_env_val(self, env: &E) -> EnvVal<E, V> { ... } }
Expand description

Used to do conversions between values in the Soroban environment.

Required Methods

Provided Methods

Implementations on Foreign Types

Implementors