pub type SmallReceiver<T> = Receiver<T>;
Receiver for small channels
struct SmallReceiver<T> { /* private fields */ }