Struct phf_codegen::OrderedSet [] [src]

pub struct OrderedSet<T> { /* fields omitted */ }

A builder for the phf::OrderedSet type.

Methods

impl<T: Hash + PhfHash + Eq + Debug> OrderedSet<T>
[src]

[src]

Constructs a new phf::OrderedSet builder.

[src]

Set the path to the phf crate from the global namespace

[src]

Adds an entry to the builder.

[src]

Constructs a phf::OrderedSet, outputting Rust source to the provided writer.

Panics

Panics if there are any duplicate entries.

Trait Implementations

Auto Trait Implementations

impl<T> Send for OrderedSet<T> where
    T: Send

impl<T> Sync for OrderedSet<T> where
    T: Sync