Struct pipelines::Sender [] [src]

pub struct Sender<Out> { /* fields omitted */ }

Passed to pipelines as their place to send results

Methods

impl<Out> Sender<Out>
[src]

[src]

Transmit a value to the next stage in the pipeline

Panics on failure

[src]

Send any unsent data sitting in the buffer

Panics on failure to send

Trait Implementations

impl<Out: Debug> Debug for Sender<Out>
[src]

[src]

Formats the value using the given formatter.

impl<Out> Drop for Sender<Out>
[src]

[src]

Executes the destructor for this type. Read more

impl<Out> Clone for Sender<Out>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more