Docs.rs
ibc-query-0.55.0
ibc-query 0.55.0
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.55.0
normal
ibc-proto ^0.47.1
normal
schemars ^0.8.21
normal
optional
serde ^1.0
normal
optional
tonic ^0.12.1
normal
Versions
59.57%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
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
ibc_
query
0.55.0
Into
Domain
Required Methods
into_domain
Implementations on Foreign Types
Request<Raw>
Implementors
In ibc_
query::
utils
ibc_query
::
utils
Trait
IntoDomain
Copy item path
source
pub trait IntoDomain<T> { // Required method fn
into_domain
(self) -> T; }
Required Methods
§
source
fn
into_domain
(self) -> T
Implementations on Foreign Types
§
source
§
impl<T, Raw>
IntoDomain
<T> for
Request
<Raw>
where T:
From
<Raw>,
source
§
fn
into_domain
(self) -> T
Implementors
§