pub struct SetupClientsWithRelay;
Trait Implementations§
Source§impl<Setup, const A: usize, const B: usize> ClientSetup<Setup, A, B> for SetupClientsWithRelaywhere
Setup: HasErrorType + HasRelayTypeAt<A, B> + HasCreateClientOptionsAt<A, B> + HasCreateClientOptionsAt<B, A> + CanRaiseError<<RelayAt<Setup, A, B> as HasErrorType>::Error>,
ChainAt<Setup, A>: HasIbcChainTypes<ChainAt<Setup, B>> + HasCreateClientPayloadOptionsType<ChainAt<Setup, B>> + HasCreateClientMessageOptionsType<ChainAt<Setup, B>>,
ChainAt<Setup, B>: HasIbcChainTypes<ChainAt<Setup, A>> + HasCreateClientPayloadOptionsType<ChainAt<Setup, A>> + HasCreateClientMessageOptionsType<ChainAt<Setup, A>>,
RelayAt<Setup, A, B>: CanCreateClient<SourceTarget> + CanCreateClient<DestinationTarget> + CanRaiseRelayChainErrors,
impl<Setup, const A: usize, const B: usize> ClientSetup<Setup, A, B> for SetupClientsWithRelaywhere
Setup: HasErrorType + HasRelayTypeAt<A, B> + HasCreateClientOptionsAt<A, B> + HasCreateClientOptionsAt<B, A> + CanRaiseError<<RelayAt<Setup, A, B> as HasErrorType>::Error>,
ChainAt<Setup, A>: HasIbcChainTypes<ChainAt<Setup, B>> + HasCreateClientPayloadOptionsType<ChainAt<Setup, B>> + HasCreateClientMessageOptionsType<ChainAt<Setup, B>>,
ChainAt<Setup, B>: HasIbcChainTypes<ChainAt<Setup, A>> + HasCreateClientPayloadOptionsType<ChainAt<Setup, A>> + HasCreateClientMessageOptionsType<ChainAt<Setup, A>>,
RelayAt<Setup, A, B>: CanCreateClient<SourceTarget> + CanCreateClient<DestinationTarget> + CanRaiseRelayChainErrors,
async fn setup_clients( setup: &Setup, chain_a: &ChainAt<Setup, A>, chain_b: &ChainAt<Setup, B>, ) -> Result<(ClientIdOf<ChainAt<Setup, A>, ChainAt<Setup, B>>, ClientIdOf<ChainAt<Setup, B>, ChainAt<Setup, A>>), Setup::Error>
Auto Trait Implementations§
impl Freeze for SetupClientsWithRelay
impl RefUnwindSafe for SetupClientsWithRelay
impl Send for SetupClientsWithRelay
impl Sync for SetupClientsWithRelay
impl Unpin for SetupClientsWithRelay
impl UnwindSafe for SetupClientsWithRelay
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more