ibc_query::utils

Trait IntoDomain

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§