Trait htmx::IntoStyle

source ·
pub trait IntoStyle {
    // Required method
    fn into_style(self, html: &mut Html);
}

Required Methods§

source

fn into_style(self, html: &mut Html)

Implementors§

source§

impl<F: FnOnce(&mut Html)> IntoStyle for Fragment<F>

source§

impl<T: ToStyle> IntoStyle for T