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