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

Implementors§