Fut

Type Alias Fut 

Source
pub type Fut<'a, T> = &'a mut (dyn Future<Output = T> + Unpin);
Expand description

Borrowed Future