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