pub struct UntilEmulatorCloses<'a, F> { /* private fields */ }
Available on crate feature
genesis
only.Expand description
A future that executes a future until the emulator closes.
Trait Implementations§
Source§impl<T, F: Future<Output = T>> Future for UntilEmulatorCloses<'_, F>
impl<T, F: Future<Output = T>> Future for UntilEmulatorCloses<'_, F>
Auto Trait Implementations§
impl<'a, F> Freeze for UntilEmulatorCloses<'a, F>where
F: Freeze,
impl<'a, F> !RefUnwindSafe for UntilEmulatorCloses<'a, F>
impl<'a, F> !Send for UntilEmulatorCloses<'a, F>
impl<'a, F> !Sync for UntilEmulatorCloses<'a, F>
impl<'a, F> Unpin for UntilEmulatorCloses<'a, F>where
F: Unpin,
impl<'a, F> !UnwindSafe for UntilEmulatorCloses<'a, F>
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
Source§impl<F> IntoFuture for Fwhere
F: Future,
impl<F> IntoFuture for Fwhere
F: Future,
Source§type IntoFuture = F
type IntoFuture = F
Which kind of future are we turning this into?
Source§fn into_future(self) -> <F as IntoFuture>::IntoFuture
fn into_future(self) -> <F as IntoFuture>::IntoFuture
Creates a future from a value. Read more