IntoVal

Trait IntoVal 

Source
pub trait IntoVal<E, T>
where E: Env,
{ // Required method fn into_val(&self, e: &E) -> T; }

Required Methods§

Source

fn into_val(&self, e: &E) -> T

Implementors§

Source§

impl IntoVal<Env, BytesN<soroban_sdk::::crypto::bls12_381::{impl#44}::{constant#0}>> for G1Affine

Source§

impl IntoVal<Env, BytesN<soroban_sdk::::crypto::bls12_381::{impl#56}::{constant#0}>> for G2Affine

Source§

impl IntoVal<Env, BytesN<soroban_sdk::::crypto::bls12_381::{impl#68}::{constant#0}>> for Fp

Source§

impl IntoVal<Env, BytesN<soroban_sdk::::crypto::bls12_381::{impl#80}::{constant#0}>> for Fp2

Source§

impl<E, T, U> IntoVal<E, T> for U
where E: Env, T: FromVal<E, U>,

Source§

impl<const N: usize> IntoVal<Env, BytesN<N>> for Hash<N>

Source§

impl<const N: usize> IntoVal<Env, Val> for Hash<N>