pal_async::driver

Type Alias 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 */ }