Module wasm_bindgen_backend::ast [−][src]
Structs
| Const | |
| Dictionary | |
| DictionaryField | |
| Enum | |
| Export |
A rust to js interface. Allows interaction with rust objects/functions from javascript. |
| Function | |
| Import | |
| ImportEnum | |
| ImportFunction | |
| ImportStatic | |
| ImportType | |
| Module |
A rust module |
| Operation | |
| Program |
An abstract syntax tree representing a rust program. Contains extra information for joining up this rust code with javascript. |
| Struct | |
| StructField | |
| Variant |
Enums
| ConstValue |
same as webidl::ast::ConstValue |
| ImportFunctionKind | |
| ImportKind | |
| MethodKind | |
| MethodSelf |
The 3 types variations of |
| OperationKind | |
| TypeKind | |
| TypeLocation |