Struct timely::dataflow::channels::pushers::tee::Tee [] [src]

pub struct Tee<T: 'static, D: 'static> { /* fields omitted */ }

Wraps a shared list of Box<Push> to forward pushes to. Owned by Stream.

Methods

impl<T, D> Tee<T, D>
[src]

[src]

Allocates a new pair of Tee and TeeHelper.

Trait Implementations

impl<T: Clone + 'static, D: Abomonation + Clone + 'static> Push<(T, Content<D>)> for Tee<T, D>
[src]

[src]

Pushes element and provides the opportunity to take ownership. Read more

[src]

Pushes element and drops any resulting resources.

[src]

Pushes None, conventionally signalling a flush.

impl<T, D> Clone for Tee<T, D>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more