create_resource

Macro create_resource 

Source
macro_rules! create_resource {
    ($resource:ty) => { ... };
}
Expand description

Macro that will build the main function from a struct implementing the Resource trait