Docs.rs
cosm-utils-0.1.1
cosm-utils 0.1.1
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
0xForerunner
Dependencies
async-trait ^0.1.57
normal
cosmrs ^0.14.0
normal
keyring ^2
normal
lazy_static ^1
normal
log ^0.4
normal
mockall ^0.11.2
normal
schemars ^0.8
normal
serde ^1.0
normal
serde_json ^1.0
normal
tendermint-rpc ^0.32.0
normal
thiserror ^1.0.31
normal
tokio ^1.20.1
normal
tendermint-rpc ^0.32.0
dev
Versions
14.57%
of the crate is documented
Go to latest version
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
GetErr
Required Methods
get_err
Implementations on Foreign Types
AbciQuery
Response
Response
Response
Implementors
In cosm_utils::clients::client
?
Trait
cosm_utils
::
clients
::
client
::
GetErr
source
·
[
−
]
pub trait GetErr:
Sized
{ // Required method fn
get_err
(self) ->
Result
<Self,
ChainError
>; }
Required Methods
§
source
fn
get_err
(self) ->
Result
<Self,
ChainError
>
Implementations on Foreign Types
§
source
§
impl
GetErr
for
Response
source
§
fn
get_err
(self) ->
Result
<Self,
ChainError
>
source
§
impl
GetErr
for
AbciQuery
source
§
fn
get_err
(self) ->
Result
<Self,
ChainError
>
source
§
impl
GetErr
for
Response
source
§
fn
get_err
(self) ->
Result
<Self,
ChainError
>
source
§
impl
GetErr
for
Response
source
§
fn
get_err
(self) ->
Result
<Self,
ChainError
>
Implementors
§