use Poll;
use ;
/// A stream that yields `Poll::Pending` once before every event, so that
/// adapters are driven through their pending paths instead of only their
/// always-ready ones.
pub + Unpin
/// A stream that never yields an event and never completes.
pub + Unpin