pub type ResultReceiver<T> = ResultReceiver<T, Error>;
pub struct ResultReceiver<T> { /* private fields */ }