Type Alias InertiaProps

Source
pub type InertiaProps<'a> = HashMap<&'a str, InertiaProp<'a>>;

Aliased Typeยง

pub struct InertiaProps<'a> { /* private fields */ }