macro_rules! create_resource {
($resource:ty) => { ... };
}Expand description
Macro that will build the main function from a struct implementing the Resource trait
macro_rules! create_resource {
($resource:ty) => { ... };
}Macro that will build the main function from a struct implementing the Resource trait