Struct flo_stream::MessageSender[][src]

pub struct MessageSender<Message> { /* fields omitted */ }
Expand description

A message sender represents a reserved space for sending a message. Because the space is reserved, the message can be sent immediately

Implementations

Creates a new message sender that will perform the supplied actions when the message is sent

Sends a message, consuming this object

Trait Implementations

Executes the destructor for this type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.