Component

Derive Macro Component 

Source
#[derive(Component)]
{
    // Attributes available to this derive:
    #[root]
    #[state]
}
Expand description

Generates code that will have to be written anyway