pub trait ReducerProcessSend<Item>: ReducerSend<Item, Done = Self::Done> { type Done: ProcessSend + 'static; }