Module raii_map::set[][src]

Set and related items.

Structs

Set

A set in which the presence of an entry is tied to the lifetime of a RAII handle returned by the insertion.

SetHandle

A RAII handle to data in a Set.

Functions

insert

Inserts an item into a set, returning a handle to the data if successful. A result of None indicates that either the set could not be accessed or the item already exists.