pub trait DioxusStyle: Send + Sync {
// Required method
fn render(&self, action: &ActionForms) -> Element;
}Required Methods§
fn render(&self, action: &ActionForms) -> Element
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".