Skip to main content

DioxusStyle

Trait DioxusStyle 

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

Required Methods§

Source

fn render(&self, action: &ActionForms) -> Element

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§