Struct canal::broadcast::Consumer [] [src]

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

Struct that receives messages from Broadcast.

Methods

impl<T> Consumer<T>
[src]

Receive a message from the Broadcast.

This function will block.

Trait Implementations

impl<T> Clone for Consumer<T>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more