Attribute Macrosยง
- ipc_
type - Add this macro to all structs used inside the procedures arguments or return types. This macro is necessary for serialization and TS type generation.
- procedures
- Generates the necessary structs and enums for handling calls and generating TS-types.
- resolvers
- Transforms all methods to return
Pin<Box<Future<Output = ...>>>
, async traits are not supported.