[][src]Module patricia_tree::set

A set based on a patricia tree.

Structs

IntoIter

An owning iterator over a PatriciaSet's items.

Iter

An Iterator over a PatriciaSet's items.

PatriciaSet

A set based on a patricia tree.