pub struct SetupChainWithBootstrap;
Trait Implementations§
Source§impl<Setup, const I: usize> ChainSetup<Setup, I> for SetupChainWithBootstrapwhere
Setup: HasBootstrapAt<I> + CanRaiseError<ErrorOf<Setup::Bootstrap>>,
Setup::Bootstrap: CanBootstrapChain,
impl<Setup, const I: usize> ChainSetup<Setup, I> for SetupChainWithBootstrapwhere
Setup: HasBootstrapAt<I> + CanRaiseError<ErrorOf<Setup::Bootstrap>>,
Setup::Bootstrap: CanBootstrapChain,
async fn setup_chain( setup: &Setup, _index: Index<I>, ) -> Result<ChainDriverTypeAt<Setup, I>, Setup::Error>
Auto Trait Implementations§
impl Freeze for SetupChainWithBootstrap
impl RefUnwindSafe for SetupChainWithBootstrap
impl Send for SetupChainWithBootstrap
impl Sync for SetupChainWithBootstrap
impl Unpin for SetupChainWithBootstrap
impl UnwindSafe for SetupChainWithBootstrap
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