pub type PollImpl<T> = SmallBox<T, S4>;
A generic Box-like container of one of the polled types.
Box
struct PollImpl<T> { /* private fields */ }