[][src]Module evmap::refs

Helper types that give access to values inside the read half of an evmap.

Structs

MapReadRef

A live reference into the read half of an evmap.

ReadGuard

A guard wrapping a live reference into a left-right protected T.

ReadGuardIter

An Iterator over keys and values in the evmap.

Values

A bag of values for a given key in the evmap.