Module latest::map [] [src]

map.rs

Created by Mitchell Nordine at 02:07PM on April 12, 2015.

Structs

Receiver

The receiver of the HashMap elements.

RecvError

The Sender was dropped and the channel was closed.

SendError

The Receiver was dropped and the channel was closed.

Sender

A clonable Sender of a key and value pair.

Enums

TryRecvError

An enumeration of the different possible try_recv errors.

TrySendError

An enumeration of the different possible try_send errors.

Functions

channel

Construct a Sender Receiver pair.