Trait FutList

Source
pub trait FutList: DriveWaitFor { }
Expand description

A trait representing a list of background futures.

Implementors§

Source§

impl FutList for Empty

Source§

impl<F: Future + Unpin, T: FutList> FutList for At<F, T>