pub trait DioxusStyle: Send + Sync { // Required method fn render(&self, action: &ActionForms) -> Element; }