Resources

Derive Macro Resources 

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

Derive the Resources trait for a struct.