Module value

Source
Expand description

value.rs

Created by Mitchell Nordine at 02:00PM on March 25, 2015.

Structs§

Receiver
For receiving the latest value if there has been an update.
SendError
The Receiver was dropped and the channel was closed.
Sender
For sending the latest value.

Enums§

RecvError
The different kinds of possible receive errors.
TryRecvError
An enumeration of the different possible try_recv errors.
TrySendError
An enumeration of the different possible try_send errors.

Functions§

channel
Construct a new sender, receiver pair.