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