Struct phf_codegen::Map [] [src]

pub struct Map<K> { /* fields omitted */ }

A builder for the phf::Map type.

Methods

impl<K: Hash + PhfHash + Eq + Debug> Map<K>
[src]

[src]

Creates a new phf::Map builder.

[src]

Set the path to the phf crate from the global namespace

[src]

Adds an entry to the builder.

value will be written exactly as provided in the constructed source.

[src]

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

Panics

Panics if there are any duplicate keys.

Trait Implementations

Auto Trait Implementations

impl<K> Send for Map<K> where
    K: Send

impl<K> Sync for Map<K> where
    K: Sync