Module wasm_bindgen_backend::util
source · Structs
- Small utility used when generating symbol names.
Functions
- Create a global path type from the given segments. For example an iterator yielding the idents
[foo, bar, baz]
will result in the path type::foo::bar::baz
. - Create a path type from the given segments. For example an iterator yielding the idents
[foo, bar, baz]
will result in the path typefoo::bar::baz
.