Docs.rs
ibc-query-0.57.0
ibc-query 0.57.0
Permalink
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
rnbguy
Farhad-Shabani
ibcbot
seanchen1991
Dependencies
displaydoc ^0.2.5
normal
ibc ^0.57.0
normal
ibc-proto ^0.51.1
normal
schemars ^0.8.21
normal
optional
serde ^1.0
normal
optional
tonic ^0.12.1
normal
Versions
44.59%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
ibc_
query
0.57.0
TryInto
Domain
Required Methods
try_into_domain
Implementations on Foreign Types
Request<Raw>
Implementors
In ibc_
query::
utils
ibc_query
::
utils
Trait
TryIntoDomain
Copy item path
Source
pub trait TryIntoDomain<T> { // Required method fn
try_into_domain
(self) ->
Result
<T,
Status
>; }
Required Methods
§
Source
fn
try_into_domain
(self) ->
Result
<T,
Status
>
Implementations on Foreign Types
§
Source
§
impl<T, Raw>
TryIntoDomain
<T> for
Request
<Raw>
where T:
TryFrom
<Raw, Error =
QueryError
>,
Source
§
fn
try_into_domain
(self) ->
Result
<T,
Status
>
Implementors
§