Trait mz_timely_util::builder_async::OutputIndex
source · pub trait OutputIndex {
// Required method
fn index(&self) -> usize;
}
Expand description
A helper trait abstracting over an output handle. It facilitates passing type erased output handles during operator construction. It is not meant to be implemented by users.