#[derive(InertiaProps)] { // Attributes available to this derive: #[inertia] }
Derive macro for generating Serialize implementation for Inertia props
Serialize
#[derive(InertiaProps)] struct HomeProps { title: String, user: User, }