Docs.rs
multiversx-sc-scenario-0.55.0
multiversx-sc-scenario 0.55.0
Docs.rs crate page
GPL-3.0-only
Links
Homepage
Documentation
Repository
crates.io
Source
Owners
andrei-marinica
BiancaIalangi
Dependencies
base64 ^0.22
normal
bech32 ^0.11
normal
colored ^2.2
normal
hex ^0.4
normal
itertools ^0.14.0
normal
log ^0.4.17
normal
multiversx-chain-scenario-format ^0.23.0
normal
multiversx-chain-vm =0.12.0
normal
multiversx-chain-vm-executor ^0.3.0
normal
multiversx-sc =0.55.0
normal
multiversx-sc-meta-lib =0.55.0
normal
num-bigint ^0.4
normal
num-traits ^0.2
normal
pathdiff ^0.2.1
normal
serde ^1.0
normal
serde_json ^1.0
normal
sha2 ^0.10.6
normal
unwrap-infallible ^0.1.5
normal
Versions
16.67%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
multiversx_
sc_
scenario
0.55.0
RHList
Required Associated Types
ListReturns
Implementations on Foreign Types
()
Implementors
In multiversx_
sc_
scenario::
imports
multiversx_sc_scenario
::
imports
Trait
RHList
Copy item path
Source
pub trait RHList<Env>:
TxResultHandler
<Env>
where Env:
TxEnv
,
{ type
ListReturns
; }
Required Associated Types
§
Source
type
ListReturns
Implementations on Foreign Types
§
Source
§
impl<Env>
RHList
<Env> for
()
where Env:
TxEnv
,
Source
§
type
ListReturns
=
()
Implementors
§
Source
§
impl<Env, Head, Tail>
RHList
<Env> for
ConsNoRet
<Env, Head, Tail>
where Env:
TxEnv
, Head:
RHListItem
<Env, <Tail as
TxResultHandler
<Env>>::
OriginalResult
, Returns =
()
>, Tail:
RHList
<Env>,
Source
§
type
ListReturns
= <Tail as
RHList
<Env>>::
ListReturns
Source
§
impl<Env, Head, Tail>
RHList
<Env> for
ConsRet
<Env, Head, Tail>
where Env:
TxEnv
, Head:
RHListItem
<Env, <Tail as
TxResultHandler
<Env>>::
OriginalResult
>, Tail:
RHList
<Env>,
Source
§
type
ListReturns
= (<Head as
RHListItem
<Env, <Tail as
TxResultHandler
<Env>>::
OriginalResult
>>::
Returns
, <Tail as
RHList
<Env>>::
ListReturns
)
Source
§
impl<Env, O>
RHList
<Env> for
OriginalResultMarker
<O>
where Env:
TxEnv
,
Source
§
type
ListReturns
=
()