Trait soroban_env_host::TryIntoVal
source · pub trait TryIntoVal<E, V>where
E: Env,{
type Error: Debug;
// Required method
fn try_into_val(&self, env: &E) -> Result<V, Self::Error>;
}
pub trait TryIntoVal<E, V>where
E: Env,{
type Error: Debug;
// Required method
fn try_into_val(&self, env: &E) -> Result<V, Self::Error>;
}