Skip to main content

Module set

Module set 

Source
Expand description

§set

See Set for the main structure.

Modules§

difference
hints
id_lazy
id_static
intersection
lazy
legacy
meta
reverse
slice
static
union

Structs§

Set
A Set contains an immutable list of names.

Traits§

AsyncSetQuery
Read-only queries required by Set: Iteration, length and contains.
NameIter
Iterator of Set. Types implementing this should consider replacing iter_rev with a fast path if possible.
SyncSetQuery
Sync version of AsyncSetQuery.
VertexStream
Abstract async iterator that yields Vertexes.

Type Aliases§

BoxVertexStream
Boxed async iterator that yields Vertexes.