Trait TxRewaValue

Source
pub trait TxRewaValue<Env>: AnnotatedValue<Env, BigUint<<Env as TxEnv>::Api>>
where Env: TxEnv,
{ }

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementations on Foreign Types§

Source§

impl<Env> TxRewaValue<Env> for u64
where Env: TxEnv,

Implementors§

Source§

impl<'a, Env> TxRewaValue<Env> for ManagedRef<'a, <Env as TxEnv>::Api, BigUint<<Env as TxEnv>::Api>>
where Env: TxEnv,

Source§

impl<'a, Env> TxRewaValue<Env> for NumExpr<'a>
where Env: ScenarioTxEnv,

Source§

impl<Env> TxRewaValue<Env> for &BigUint<<Env as TxEnv>::Api>
where Env: TxEnv,

Source§

impl<Env> TxRewaValue<Env> for BigUint<<Env as TxEnv>::Api>
where Env: TxEnv,