Struct hopper::Sender [] [src]

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

The 'send' side of hopper, similar to std::sync::mpsc::Sender.

Methods

impl<T> Sender<T> where T: Serialize
[src]

send writes data out in chunks, like so:

u32: payload_size [u8] payload

Return the sender's name

Trait Implementations

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

Formats the value using the given formatter.

impl<T> Clone for Sender<T> where T: Serialize + Deserialize
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more