futures_executor::local_pool

Type Alias Incoming

source
type Incoming = RefCell<Vec<LocalFutureObj<'static, ()>>>;

Aliased Typeยง

struct Incoming { /* private fields */ }