Expand description
map.rs
Created by Mitchell Nordine at 02:07PM on April 12, 2015.
Structs§
- Receiver
- The receiver of the HashMap elements.
- Recv
Error - The Sender was dropped and the channel was closed.
- Send
Error - The Receiver was dropped and the channel was closed.
- Sender
- A clonable Sender of a key and value pair.
Enums§
- TryRecv
Error - An enumeration of the different possible try_recv errors.
- TrySend
Error - An enumeration of the different possible try_send errors.
Functions§
- channel
- Construct a Sender Receiver pair.