pub type PbExchangeSource = ExchangeSource;Aliased Type§
pub struct PbExchangeSource {
pub task_output_id: Option<TaskOutputId>,
pub host: Option<HostAddress>,
pub local_execute_plan: Option<LocalExecutePlan>,
}Fields§
§task_output_id: Option<TaskOutputId>§host: Option<HostAddress>§local_execute_plan: Option<LocalExecutePlan>