Type Alias pal_async::driver::PollImpl

source ·
pub type PollImpl<T> = SmallBox<T, S4>;
Expand description

A generic Box-like container of one of the polled types.

Aliased Type§

struct PollImpl<T> { /* private fields */ }