Type Definition abstract_ibc_host::AdapterResult

source ·
pub type AdapterResult<C = Empty> = Result<Response<C>, HostError>;