[][src]Crate remote_trait_object_macro

This crate provides one core attribute procedural macro that is attached to the trait that you want to use as a service. See more details in remote-trait-object crate.

Attribute Macros

service

It generates all necessary helper structs that makes the trait be able to be used as a service.

service_debug

This macro consumes the target trait, and will print the expanded code. Use this when you want to see the result of macro.