Dyn

Type Alias Dyn 

Source
pub type Dyn<Output> = dyn Future<Output = Output>;
Expand description

An alias for dyn Future.