Struct wasm_bindgen_backend::util::ShortHash[][src]

pub struct ShortHash<T>(pub T);

Small utility used when generating symbol names.

Hashes the public field here along with a few cargo-set env vars to distinguish between runs of the procedural macro.

Trait Implementations

impl<T: Debug> Debug for ShortHash<T>
[src]

Formats the value using the given formatter. Read more

impl<T: Hash> Display for ShortHash<T>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

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

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