Module wasm_bindgen_backend::util [−][src]
Common utility function for manipulating syn types and handling parsed values
Structs
| ShortHash | Small utility used when generating symbol names. |
Functions
| ident_ty | Create a path type with a single segment from a given Identifier |
| leading_colon_path_ty | Create a global path type from the given segments. For example an iterator
yielding the idents |
| raw_ident | Create an |
| rust_ident | Create an |
| simple_path_ty | Create a path type from the given segments. For example an iterator yielding
the idents |
| wrap_import_function | Convert an ImportFunction into the more generic Import type, wrapping the provided function |