mz_timely_util::builder_async

Trait 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.

Required Methods§

Source

fn index(&self) -> usize

The output index of this handle.

Implementors§