#[derive(View)]
{
// Attributes available to this derive:
#[view]
}
Expand description
Derives the View trait for a struct whose fields are themselves views.
#[derive(View)]
{
// Attributes available to this derive:
#[view]
}
Derives the View trait for a struct whose fields are themselves views.