Struct phf_codegen::Set [] [src]

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

A builder for the phf::Set type.

Methods

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

[src]

Constructs a new phf::Set builder.

[src]

Set the path to the phf crate from the global namespace

[src]

Adds an entry to the builder.

[src]

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

Panics

Panics if there are any duplicate entries.

Trait Implementations

Auto Trait Implementations

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

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